Skip to content

Commit

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

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 9.0.0-rc.2.24455.16 -> To Version 9.0.0-rc.2.24456.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Sep 9, 2024
1 parent 209014b commit 6a47a08
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-rc.2.24455.16">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.2.24456.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>27ee86c08e08121cf30e2f53e9db42527675eaf0</Sha>
<Sha>dec716d1c4651b70e4710e781e832a64be1e713b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.2.24455.16">
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.2.24456.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>27ee86c08e08121cf30e2f53e9db42527675eaf0</Sha>
<Sha>dec716d1c4651b70e4710e781e832a64be1e713b</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.2.24455.16">
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.2.24456.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>27ee86c08e08121cf30e2f53e9db42527675eaf0</Sha>
<Sha>dec716d1c4651b70e4710e781e832a64be1e713b</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.2.24455.16">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.2.24456.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>27ee86c08e08121cf30e2f53e9db42527675eaf0</Sha>
<Sha>dec716d1c4651b70e4710e781e832a64be1e713b</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-rc.2.24455.16</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.2.24455.16</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.2.24456.9</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.2.24456.9</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.13-nightly.20240311.145</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.2.24455.16</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.2.24455.16</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.2.24456.9</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.2.24456.9</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit 6a47a08

Please sign in to comment.