From d792c926598d812b038cd4f6a4cf621294bd6304 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:24:51 +0100 Subject: [PATCH] [net9.0] Update dependencies from dotnet/installer (#19844) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 3727984b-7a79-4ba3-37dd-08dbe6bddf31 - **Build**: 20240120.3 - **Date Produced**: January 20, 2024 9:10:48 PM UTC - **Commit**: f91d4ca399ea4389d04b4700965d207f3a8d5c3b - **Branch**: refs/heads/main - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 9.0.100-alpha.1.24062.11 to 9.0.100-alpha.1.24070.3][11] - **Microsoft.NET.ILLink.Tasks**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] - **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-alpha.1.24061.8 to 9.0.0-alpha.1.24068.16][13] - **Microsoft.NETCore.App.Ref**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] - **Microsoft.NETCore.App.Ref**: [from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33][12] [11]: https://github.com/dotnet/installer/compare/5e2e0f9758...f91d4ca399 [12]: https://github.com/dotnet/runtime/compare/22ba7d607b...dbb335c6ba [13]: https://github.com/dotnet/aspnetcore/compare/a19c70eba3...b89e21ed72 ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) - **Coherency Updates**: - **Microsoft.NET.ILLink.Tasks**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.AspNetCore.App.Ref**: from 9.0.0-alpha.1.24061.8 to 9.0.0-alpha.1.24068.16 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 9.0.0-alpha.1.24061.26 to 9.0.0-alpha.1.24066.33 (parent: Microsoft.Dotnet.Sdk.Internal) --- Directory.Build.props | 2 +- NuGet.config | 16 ---------------- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 5 files changed, 13 insertions(+), 29 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index acc19dd2bb..3fdd678cd9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ true 0.11.5 - 2.2.149 + 2.2.158 diff --git a/NuGet.config b/NuGet.config index f07352b3db..28078fbfce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,20 +10,10 @@ - - - - - - - - - - @@ -58,14 +48,8 @@ - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 967476bd3e..02d76eb8b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,26 +1,26 @@ - + https://github.com/dotnet/installer - 5e2e0f97587ecd33d108d16208522e4c764bb7c6 + f91d4ca399ea4389d04b4700965d207f3a8d5c3b https://github.com/dotnet/runtime cf47d9ff6827a3e1d6f2acbf925cd618418f20dd - + https://github.com/dotnet/runtime - 22ba7d607bb1d9caa0db9afcdc47eb5cef641fcb + dbb335c6ba14b38400b2d8c3a5876698021ec089 - + https://github.com/dotnet/runtime - 22ba7d607bb1d9caa0db9afcdc47eb5cef641fcb + dbb335c6ba14b38400b2d8c3a5876698021ec089 - + https://github.com/dotnet/aspnetcore - a19c70eba3f89c7cbe9447f029b4c63322f47846 + b89e21ed72c7afd58fd372f7b8e6299847a8153a https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 8a907cecde..33b529c64e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,11 +2,11 @@ - 9.0.100-alpha.1.24062.11 - 9.0.0-alpha.1.24061.26 + 9.0.100-alpha.1.24070.3 + 9.0.0-alpha.1.24066.33 9.0.0-alpha.1.23556.4 6.0.0-beta.21212.6 - 9.0.0-alpha.1.24061.26 + 9.0.0-alpha.1.24066.33 8.0.0-rtm.23511.3 9.0.0-alpha.1.23556.4 7.0.100-alpha.1.21601.1 diff --git a/global.json b/global.json index 91af5f1d20..197c68542e 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.100-alpha.1.24062.11" + "version": "9.0.100-alpha.1.24070.3" } }