We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0b9fb commit 64bd8e6Copy full SHA for 64bd8e6
1 file changed
src/libraries/Microsoft.Bcl.TimeProvider/ref/Microsoft.Bcl.TimeProvider.csproj
@@ -13,6 +13,6 @@
13
<Compile Include="Microsoft.Bcl.TimeProvider.Common.cs" />
14
</ItemGroup>
15
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
16
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" />
+ <ProjectReference Include="$(LibrariesProjectRoot)Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj" />
17
18
</Project>
0 commit comments