Skip to content

Commit afa01b1

Browse files
[main] Update dependencies from dotnet/runtime (#4365)
* Update dependencies from https://github.com/dotnet/runtime build 20240802.3 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24402.3 * Update dependencies from https://github.com/dotnet/runtime build 20240802.4 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24402.4 * Update dependencies from https://github.com/dotnet/runtime build 20240802.5 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24402.5 * Update dependencies from https://github.com/dotnet/runtime build 20240802.6 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24402.6 * Update dependencies from https://github.com/dotnet/runtime build 20240802.7 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24402.7 * Update dependencies from https://github.com/dotnet/runtime build 20240803.1 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels From Version 9.0.0-rc.1.24402.1 -> To Version 9.0.0-rc.1.24403.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9d374b5 commit afa01b1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24402.1">
4+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24403.1">
55
<Uri>https://github.com/dotnet/runtime</Uri>
6-
<Sha>e60db076d7966c18b678378b188e6ce6896403d6</Sha>
6+
<Sha>1cc0186c3e120ee4ed0494cf74fef0a3ef0118d6</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24402.1">
8+
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-rc.1.24403.1">
99
<Uri>https://github.com/dotnet/runtime</Uri>
10-
<Sha>e60db076d7966c18b678378b188e6ce6896403d6</Sha>
10+
<Sha>1cc0186c3e120ee4ed0494cf74fef0a3ef0118d6</Sha>
1111
</Dependency>
12-
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24402.1">
12+
<Dependency Name="System.Threading.Channels" Version="9.0.0-rc.1.24403.1">
1313
<Uri>https://github.com/dotnet/runtime</Uri>
14-
<Sha>e60db076d7966c18b678378b188e6ce6896403d6</Sha>
14+
<Sha>1cc0186c3e120ee4ed0494cf74fef0a3ef0118d6</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24402.1">
16+
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24403.1">
1717
<Uri>https://github.com/dotnet/runtime</Uri>
18-
<Sha>e60db076d7966c18b678378b188e6ce6896403d6</Sha>
18+
<Sha>1cc0186c3e120ee4ed0494cf74fef0a3ef0118d6</Sha>
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
@@ -38,7 +38,7 @@
3838
Mapping_Microsoft.iOS.Sdk:9.0.100-preview.6
3939
Mapping_Microsoft.tvOS.Sdk:9.0.100-preview.6
4040
-->
41-
<!-- Dependencies for .NET MAUI workload -->
41+
<!-- Dependencies for .NET MAUI workload -->
4242
<Dependency Name="Microsoft.Maui.Controls" Version="9.0.0-preview.7.24368.8">
4343
<Sha>cf76a629023c99557239464a278daec280d1f448</Sha>
4444
<Uri>https://github.com/dotnet/maui</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88
<!--Package versions-->
99
<PropertyGroup>
10-
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.1.24402.1</MicrosoftNETILLinkTasksVersion>
11-
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24402.1</MicrosoftNETILLinkPackageVersion>
10+
<MicrosoftNETILLinkTasksVersion>9.0.0-rc.1.24403.1</MicrosoftNETILLinkTasksVersion>
11+
<MicrosoftNETILLinkPackageVersion>9.0.0-rc.1.24403.1</MicrosoftNETILLinkPackageVersion>
1212
<BenchmarkDotNetVersion>0.13.13-nightly.20240311.145</BenchmarkDotNetVersion>
13-
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24402.1</SystemThreadingChannelsPackageVersion>
14-
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24402.1</MicrosoftExtensionsLoggingPackageVersion>
13+
<SystemThreadingChannelsPackageVersion>9.0.0-rc.1.24403.1</SystemThreadingChannelsPackageVersion>
14+
<MicrosoftExtensionsLoggingPackageVersion>9.0.0-rc.1.24403.1</MicrosoftExtensionsLoggingPackageVersion>
1515
</PropertyGroup>
1616
<!--Package names-->
1717
<PropertyGroup>

0 commit comments

Comments
 (0)