Skip to content

Commit 1aa09ef

Browse files
authored
[release/8.0-staging] Use live M.Bcl.AsyncInterfaces dependency (#94459)
* [release/8.0-staging] Use live M.Bcl.AsyncInterfaces dependency Manual backport of #94451 * Update Microsoft.Bcl.TimeProvider.csproj * Update Microsoft.Bcl.TimeProvider.csproj * Update Microsoft.Bcl.TimeProvider.csproj
1 parent adbb6ae commit 1aa09ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/libraries/Microsoft.Bcl.TimeProvider/ref/Microsoft.Bcl.TimeProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<Compile Include="Microsoft.Bcl.TimeProvider.Common.cs" />
1414
</ItemGroup>
1515
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
16-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" />
16+
<ProjectReference Include="$(LibrariesProjectRoot)Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj" />
1717
</ItemGroup>
1818
</Project>

src/libraries/Microsoft.Bcl.TimeProvider/src/Microsoft.Bcl.TimeProvider.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ System.TimeProvider
1414
System.ITimer</PackageDescription>
1515
<!-- This library uses IsPartialFacadeAssembly for which the compiler doesn't produce any XML documentation. -->
1616
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
17+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18+
<ServicingVersion>1</ServicingVersion>
1719
</PropertyGroup>
1820

1921
<PropertyGroup>
@@ -31,7 +33,7 @@ System.ITimer</PackageDescription>
3133
</ItemGroup>
3234

3335
<ItemGroup Condition="'$(IsPartialFacadeAssembly)' != 'true'">
34-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" />
36+
<ProjectReference Include="$(LibrariesProjectRoot)Microsoft.Bcl.AsyncInterfaces\src\Microsoft.Bcl.AsyncInterfaces.csproj" />
3537
</ItemGroup>
3638

3739
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

0 commit comments

Comments
 (0)