Skip to content

Commit

Permalink
Add explicit reference to Microsoft.Bcl.AsyncInterfaces in HealthCh…
Browse files Browse the repository at this point in the history
…ecks (#46920)

* Update Microsoft.Extensions.Diagnostics.HealthChecks.csproj

* Update MicrosoftBclAsyncInterfacesVersion

* Automate updating M.Bcl.AsyncInterfaces package

---------

Co-authored-by: Safia Abdalla <safia@microsoft.com>
  • Loading branch information
MackinnonBuck and captainsafia authored Mar 3, 2023
1 parent a0373f2 commit db7f79a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e7926d6bb96976d9fc7aa1ac0a4e7a40f965b688</Sha>
</Dependency>
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0-preview.3.23152.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e7926d6bb96976d9fc7aa1ac0a4e7a40f965b688</Sha>
</Dependency>
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<SystemThreadingRateLimitingVersion>8.0.0-preview.3.23152.1</SystemThreadingRateLimitingVersion>
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>8.0.0-preview.3.23152.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>8.0.0-preview.3.23152.1</MicrosoftBclAsyncInterfacesVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>8.0.0-preview.3.23152.4</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-preview.3.23152.4</MicrosoftEntityFrameworkCoreInMemoryVersion>
Expand Down Expand Up @@ -186,7 +187,6 @@
<MicrosoftAspNetCoreMvcRazorExtensionsVersion>6.0.0</MicrosoftAspNetCoreMvcRazorExtensionsVersion>
<MicrosoftCodeAnalysisRazorVersion>6.0.0</MicrosoftCodeAnalysisRazorVersion>
<!-- Partner teams -->
<MicrosoftBclAsyncInterfacesVersion>1.0.0</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftBCLHashCodeVersion>1.1.1</MicrosoftBCLHashCodeVersion>
<MicrosoftBuildVersion>17.4.0</MicrosoftBuildVersion>
<MicrosoftAzureSignalRVersion>1.2.0</MicrosoftAzureSignalRVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
<Reference Include="Microsoft.Extensions.Options" />
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />

<!-- See: https://github.com/dotnet/aspnetcore/issues/46683 -->
<Reference Include="Microsoft.Bcl.AsyncInterfaces" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
</ItemGroup>

</Project>

0 comments on commit db7f79a

Please sign in to comment.