[main] Update dependencies from dotnet/runtime (#4465)

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

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

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

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 9.0.0-rc.2.24467.5 -> To Version 9.0.0-rtm.24467.9

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

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 9.0.0-rtm.24467.9 -> To Version 9.0.0-rtm.24467.13

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-09-18 11:43:50 -07:00 коммит произвёл GitHub
Родитель c208ae3cf8
Коммит 5aa6decb4c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -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.24466.12">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rtm.24467.13">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>7832c5d3028cf206ab7faf4a889ee8ed34abee5c</Sha>
<Sha>d1f65c27d9bd28bd141af39d4509d387199cc0bd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.2.24466.12">
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rtm.24467.13">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>7832c5d3028cf206ab7faf4a889ee8ed34abee5c</Sha>
<Sha>d1f65c27d9bd28bd141af39d4509d387199cc0bd</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.2.24466.12">
<Dependency Name="System.Threading.Channels" Version="9.0.0-rtm.24467.13">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>7832c5d3028cf206ab7faf4a889ee8ed34abee5c</Sha>
<Sha>d1f65c27d9bd28bd141af39d4509d387199cc0bd</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.2.24466.12">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rtm.24467.13">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>7832c5d3028cf206ab7faf4a889ee8ed34abee5c</Sha>
<Sha>d1f65c27d9bd28bd141af39d4509d387199cc0bd</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

Просмотреть файл

@ -7,11 +7,11 @@
</PropertyGroup>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.2.24466.12</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.2.24466.12</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>9.0.0-rtm.24467.13</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>9.0.0-rtm.24467.13</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.13-nightly.20240311.145</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rc.2.24466.12</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.2.24466.12</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.0-rtm.24467.13</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rtm.24467.13</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>