Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/runtime (#4392)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/runtime build 20240812.3

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

* Update dependencies from https://github.com/dotnet/runtime build 20240812.4

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

* Update dependencies from https://github.com/dotnet/runtime build 20240812.5

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

* Update dependencies from https://github.com/dotnet/runtime build 20240812.6

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

* Update dependencies from https://github.com/dotnet/runtime build 20240812.12

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

* Update dependencies from https://github.com/dotnet/runtime build 20240812.13

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

* Update dependencies from https://github.com/dotnet/runtime build 20240813.2

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

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Aug 13, 2024
1 parent 5dfab8b commit 288a026
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.24412.2">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24413.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c1ab6c5b2524880ed9368841a0a5d8ead78ea09d</Sha>
<Sha>d101ebb456012d979a20f497c13527d4bd91ad55</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24412.2">
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24413.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c1ab6c5b2524880ed9368841a0a5d8ead78ea09d</Sha>
<Sha>d101ebb456012d979a20f497c13527d4bd91ad55</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24412.2">
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24413.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c1ab6c5b2524880ed9368841a0a5d8ead78ea09d</Sha>
<Sha>d101ebb456012d979a20f497c13527d4bd91ad55</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24412.2">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24413.2">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c1ab6c5b2524880ed9368841a0a5d8ead78ea09d</Sha>
<Sha>d101ebb456012d979a20f497c13527d4bd91ad55</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.24412.2</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24412.2</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.1.24413.2</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24413.2</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.13-nightly.20240311.145</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24412.2</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24412.2</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24413.2</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24413.2</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit 288a026

Please sign in to comment.