From 5022fa889f4ef992c4d017fa7070c5cb554dfb6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 1 Nov 2025 02:06:10 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20251031.2 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 10.0.0 -> To Version 10.0.0 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25530.104 -> To Version 10.0.0-beta.25531.102 Microsoft.DotNet.Cecil From Version 0.11.5-alpha.25530.104 -> To Version 0.11.5-alpha.25531.102 Microsoft.NET.ILLink From Version 10.0.0-rtm.25530.104 -> To Version 10.0.0-rtm.25531.102 Microsoft.NET.Sdk From Version 10.0.100-rtm.25530.104 -> To Version 10.0.100-rtm.25531.102 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.100 -> To Version 10.0.100 --- NuGet.config | 2 +- eng/Version.Details.props | 12 ++++++------ eng/Version.Details.xml | 32 ++++++++++++++++---------------- global.json | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 754e18ce5edb..11645a469528 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 44ea49ee28eb..ef648fae19a7 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,14 +6,14 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25530.104 - 10.0.0-beta.25530.104 - 0.11.5-alpha.25530.104 - 10.0.0-beta.25530.104 - 10.0.0-rtm.25530.104 + 10.0.0-beta.25531.102 + 10.0.0-beta.25531.102 + 0.11.5-alpha.25531.102 + 10.0.0-beta.25531.102 + 10.0.0-rtm.25531.102 10.0.0 10.0.0 - 10.0.100-rtm.25530.104 + 10.0.100-rtm.25531.102 10.0.0 10.0.100 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ecc28fec971..c1dc4a254d2a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf @@ -78,25 +78,25 @@ - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf https://github.com/dotnet/xharness b9f51d9ff3ac9411d1aa9988ef20bfda9a041418 - + https://github.com/dotnet/dotnet - e50f95bd9940ada4c74fee327bb3e7146523db1c + ba86126261026d26f7c30cd3434680d3965a88cf diff --git a/global.json b/global.json index e0108823083d..3bf598cc40b6 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.100-rtm.25530.104" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25530.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25531.102" } } From 87416eb60a946bccf8c8ba824d8bd3f9be938723 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 1 Nov 2025 02:06:50 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24157: [main] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 3bf598cc40b6..f6f331a4c823 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rtm.25530.104", + "version": "10.0.100-rtm.25531.102", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.100-rtm.25530.104" + "dotnet": "10.0.100-rtm.25531.102" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25531.102"