From 3c0e874400180fd5eadae9a723c5655abf77c0db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 27 May 2026 02:03:02 +0000 Subject: [PATCH 1/7] Update dependencies from https://github.com/dotnet/dotnet build 20260526.20 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26270.102 -> To Version 10.0.0-beta.26276.120 Microsoft.NET.Sdk From Version 10.0.301-servicing.26270.102 -> To Version 10.0.400-preview.0.26276.120 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.301 -> To Version 10.0.400-preview.26276.120 --- NuGet.config | 1 - eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/NuGet.config b/NuGet.config index 03a2d9eabbf..840ccd98a92 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,6 @@ - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 92a6933e974..461d070cb01 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26270.102 - 10.0.0-beta.26270.102 + 10.0.0-beta.26276.120 + 10.0.0-beta.26276.120 0.11.5-alpha.26070.104 - 10.0.0-beta.26270.102 + 10.0.0-beta.26276.120 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.301-servicing.26270.102 + 10.0.400-preview.0.26276.120 10.0.3 - 10.0.301 + 10.0.400-preview.26276.120 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2704bdd8862..8f3f67e0495 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 2970f74d535c31d8ad587c8127796c72f29bfcee + c9b6c9515ff95716e797906a3eff7179baa272b2 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 2970f74d535c31d8ad587c8127796c72f29bfcee + c9b6c9515ff95716e797906a3eff7179baa272b2 - + https://github.com/dotnet/dotnet - 2970f74d535c31d8ad587c8127796c72f29bfcee + c9b6c9515ff95716e797906a3eff7179baa272b2 - + https://github.com/dotnet/dotnet - 2970f74d535c31d8ad587c8127796c72f29bfcee + c9b6c9515ff95716e797906a3eff7179baa272b2 https://github.com/dotnet/xharness 92962e5c46ac08a66ded4c5696209cc60f1a232f - + https://github.com/dotnet/dotnet - 2970f74d535c31d8ad587c8127796c72f29bfcee + c9b6c9515ff95716e797906a3eff7179baa272b2 diff --git a/global.json b/global.json index 40583aca3c5..725c621464f 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.301-servicing.26270.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26270.102" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.120" } } From adc00811c2fb843d8243a6b877d3e0983ac3829a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 27 May 2026 02:03:50 +0000 Subject: [PATCH 2/7] Re-generate global.json for PR #25531: [release/10.0.1xx] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 725c621464f..e96f69ff8e5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.301-servicing.26270.102", + "version": "10.0.400-preview.0.26276.120", "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.301-servicing.26270.102" + "dotnet": "10.0.400-preview.0.26276.120" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.120" From 9aae03f88111df1b91584ae2005ea5719a6a4b4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 28 May 2026 02:02:59 +0000 Subject: [PATCH 3/7] Update dependencies from https://github.com/dotnet/dotnet build 20260527.9 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26270.102 -> To Version 10.0.0-beta.26277.109 Microsoft.NET.Sdk From Version 10.0.301-servicing.26270.102 -> To Version 10.0.400-preview.0.26277.109 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.301 -> To Version 10.0.400-preview.26277.109 --- NuGet.config | 2 -- eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 840ccd98a92..f93d06cca9c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,8 +12,6 @@ - - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 461d070cb01..b674ab97d23 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26276.120 - 10.0.0-beta.26276.120 + 10.0.0-beta.26277.109 + 10.0.0-beta.26277.109 0.11.5-alpha.26070.104 - 10.0.0-beta.26276.120 + 10.0.0-beta.26277.109 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.400-preview.0.26276.120 + 10.0.400-preview.0.26277.109 10.0.3 - 10.0.400-preview.26276.120 + 10.0.400-preview.26277.109 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f3f67e0495..e1c9983f5cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - c9b6c9515ff95716e797906a3eff7179baa272b2 + 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - c9b6c9515ff95716e797906a3eff7179baa272b2 + 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b - + https://github.com/dotnet/dotnet - c9b6c9515ff95716e797906a3eff7179baa272b2 + 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b - + https://github.com/dotnet/dotnet - c9b6c9515ff95716e797906a3eff7179baa272b2 + 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b https://github.com/dotnet/xharness 92962e5c46ac08a66ded4c5696209cc60f1a232f - + https://github.com/dotnet/dotnet - c9b6c9515ff95716e797906a3eff7179baa272b2 + 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b diff --git a/global.json b/global.json index e96f69ff8e5..da417a39f99 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.400-preview.0.26276.120" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.120" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26277.109" } } From 8d9836cb3004f1ca3755900c2f535bf8ed7ad3d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 28 May 2026 02:03:45 +0000 Subject: [PATCH 4/7] Re-generate global.json for PR #25531: [release/10.0.1xx] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index da417a39f99..294c78cab35 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.400-preview.0.26276.120", + "version": "10.0.400-preview.0.26277.109", "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.400-preview.0.26276.120" + "dotnet": "10.0.400-preview.0.26277.109" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26277.109" From ef25e8e99b80cba07398cdaf335791a12d7d7f06 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 29 May 2026 07:50:25 +0200 Subject: [PATCH 5/7] These are needed. --- NuGet.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NuGet.config b/NuGet.config index f93d06cca9c..840ccd98a92 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,6 +12,8 @@ + + From e1188f905e4588314721c77ccaa6a0a4456774e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 30 May 2026 02:03:17 +0000 Subject: [PATCH 6/7] Update dependencies from https://github.com/dotnet/dotnet build 20260529.11 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26270.102 -> To Version 10.0.0-beta.26279.111 Microsoft.NET.Sdk From Version 10.0.301-servicing.26270.102 -> To Version 10.0.400-preview.0.26279.111 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.301 -> To Version 10.0.400-preview.26279.111 --- NuGet.config | 2 -- eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 840ccd98a92..f93d06cca9c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,8 +12,6 @@ - - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b674ab97d23..46f37a2545e 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26277.109 - 10.0.0-beta.26277.109 + 10.0.0-beta.26279.111 + 10.0.0-beta.26279.111 0.11.5-alpha.26070.104 - 10.0.0-beta.26277.109 + 10.0.0-beta.26279.111 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.400-preview.0.26277.109 + 10.0.400-preview.0.26279.111 10.0.3 - 10.0.400-preview.26277.109 + 10.0.400-preview.26279.111 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1c9983f5cd..b256d5d3aac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b + 70826b385bbc06be0d9d9a9b2aa1f6d3f697dded https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b + 70826b385bbc06be0d9d9a9b2aa1f6d3f697dded - + https://github.com/dotnet/dotnet - 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b + 70826b385bbc06be0d9d9a9b2aa1f6d3f697dded - + https://github.com/dotnet/dotnet - 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b + 70826b385bbc06be0d9d9a9b2aa1f6d3f697dded https://github.com/dotnet/xharness 92962e5c46ac08a66ded4c5696209cc60f1a232f - + https://github.com/dotnet/dotnet - 2f68b99e483cd8f4acbc1aa365fc806f1bd2374b + 70826b385bbc06be0d9d9a9b2aa1f6d3f697dded diff --git a/global.json b/global.json index 294c78cab35..884d2585b62 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.400-preview.0.26277.109" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26277.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26279.111" } } From 1c219c173f3be9912863f4f31283336b893bc9a9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 30 May 2026 02:04:03 +0000 Subject: [PATCH 7/7] Re-generate global.json for PR #25531: [release/10.0.1xx] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 884d2585b62..d89f836d1c1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.400-preview.0.26277.109", + "version": "10.0.400-preview.0.26279.111", "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.400-preview.0.26277.109" + "dotnet": "10.0.400-preview.0.26279.111" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26279.111"