File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/libraries/Microsoft.Bcl.TimeProvider Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
</ItemGroup >
18
18
19
19
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" >
20
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version = " $(MicrosoftBclAsyncInterfacesVersion) " />
20
+ <ProjectReference Include =" $(LibrariesProjectRoot) Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj " />
21
21
</ItemGroup >
22
22
23
23
</Project >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ System.ITimer</PackageDescription>
27
27
</ItemGroup >
28
28
29
29
<ItemGroup Condition =" '$(IsPartialFacadeAssembly)' != 'true'" >
30
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version = " $(MicrosoftBclAsyncInterfacesVersion) " />
30
+ <ProjectReference Include =" $(LibrariesProjectRoot) Microsoft.Bcl.AsyncInterfaces\src\Microsoft.Bcl.AsyncInterfaces.csproj " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
You can’t perform that action at this time.
0 commit comments