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
…0729.3 (#4346)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Jul 29, 2024
1 parent 2c9c14c commit 26f5c66
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.1.24378.5">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24379.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>0912e94a6c81f4743946831137ba6c3ec3f1a179</Sha>
<Sha>28c4dce2c6a9a3619faa612095ed2125d03fbecd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24378.5">
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24379.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>0912e94a6c81f4743946831137ba6c3ec3f1a179</Sha>
<Sha>28c4dce2c6a9a3619faa612095ed2125d03fbecd</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24378.5">
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24379.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>0912e94a6c81f4743946831137ba6c3ec3f1a179</Sha>
<Sha>28c4dce2c6a9a3619faa612095ed2125d03fbecd</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24378.5">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24379.3">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>0912e94a6c81f4743946831137ba6c3ec3f1a179</Sha>
<Sha>28c4dce2c6a9a3619faa612095ed2125d03fbecd</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.1.24378.5</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24378.5</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.1.24379.3</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24379.3</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.13-nightly.20240311.145</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24378.5</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24378.5</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24379.3</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24379.3</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit 26f5c66

Please sign in to comment.