From 2e29f355c9df335d07767e0ebb42120ddcd3cace Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:46:06 +0200 Subject: [PATCH] [net10.0] Update dependencies from dotnet/sdk (#21394) This pull request updates the following dependencies ## 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.AspNetCore.App.Ref**: from 10.0.0-alpha.2.24508.21 to 10.0.0-alpha.2.24508.25 (parent: Microsoft.NET.Sdk) ## From https://github.com/dotnet/sdk - **Subscription**: 66b637af-e1e4-4839-b6a7-b0c0c22ca353 - **Build**: 20241010.13 - **Date Produced**: October 11, 2024 1:07:59 AM UTC - **Commit**: 1f220e48e5bc666e992b24f118a17e01ca316819 - **Branch**: refs/heads/main - **Updates**: - **Microsoft.NET.Sdk**: [from 10.0.100-alpha.1.24509.21 to 10.0.100-alpha.1.24510.13][6] [6]: https://github.com/dotnet/sdk/compare/a4e5d121bf...1f220e48e5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56f9e6ffb21..7e260ec71ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 139856c1c2bfb0acc12022dcec356ced6b98863d + 1f220e48e5bc666e992b24f118a17e01ca316819 https://github.com/dotnet/runtime @@ -18,9 +18,9 @@ 43295bb5378453d2ec4d9272cb44c6f50b4faa1f - + https://github.com/dotnet/aspnetcore - 886f6ae0f61b21808911754b930c9349f48b585e + f14f99eb634dc5a3ce8d5e11c7522577e5473e90 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 4d850dc5a38..f1cd79ddd69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 10.0.100-alpha.1.24508.45 + 10.0.100-alpha.1.24510.13 10.0.0-alpha.1.24507.22 9.0.0-alpha.1.23556.4 9.0.0-beta.24408.2 diff --git a/global.json b/global.json index 0c80c6e07ce..86fb5964a7b 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "10.0.100-alpha.1.24508.45" + "version": "10.0.100-alpha.1.24510.13" } }