Skip to content

Commit

Permalink
Automate updating M.Bcl.AsyncInterfaces package
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Mar 2, 2023
1 parent 06b87ec commit 6769fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 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>8.0.0-preview.2.23126.3</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftBCLHashCodeVersion>1.1.1</MicrosoftBCLHashCodeVersion>
<MicrosoftBuildVersion>17.4.0</MicrosoftBuildVersion>
<MicrosoftAzureSignalRVersion>1.2.0</MicrosoftAzureSignalRVersion>
Expand Down

0 comments on commit 6769fbe

Please sign in to comment.