Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/runtime build 2023…
Browse files Browse the repository at this point in the history
…1210.2 (#3598)

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 9.0.0-alpha.1.23610.1 -> To Version 9.0.0-alpha.1.23610.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 10, 2023
1 parent 764d559 commit 5444e70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-alpha.1.23610.1">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-alpha.1.23610.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f0a6dbdf654b07cedc05217824500ae653409880</Sha>
<Sha>6de7549ae1872009baade9091be76071f955c47d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23610.1">
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23610.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f0a6dbdf654b07cedc05217824500ae653409880</Sha>
<Sha>6de7549ae1872009baade9091be76071f955c47d</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="9.0.0-alpha.1.23610.1">
<Dependency Name="System.Threading.Channels" Version="9.0.0-alpha.1.23610.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f0a6dbdf654b07cedc05217824500ae653409880</Sha>
<Sha>6de7549ae1872009baade9091be76071f955c47d</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-alpha.1.23610.1">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-alpha.1.23610.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f0a6dbdf654b07cedc05217824500ae653409880</Sha>
<Sha>6de7549ae1872009baade9091be76071f955c47d</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETILLinkTasksVersion>9.0.0-alpha.1.23610.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23610.1</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>9.0.0-alpha.1.23610.2</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23610.2</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.11-nightly.20231126.107</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-alpha.1.23610.1</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-alpha.1.23610.1</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-alpha.1.23610.2</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-alpha.1.23610.2</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit 5444e70

Please sign in to comment.