From 2581382e4a372863383f3b064a42f12f541cf42c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 31 Mar 2026 02:04:17 +0000 Subject: [PATCH 1/6] Update dependencies from https://github.com/dotnet/dotnet build 20260330.4 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26177.108 -> To Version 10.0.0-beta.26180.104 Microsoft.NET.Sdk From Version 10.0.300-preview.0.26177.108 -> To Version 10.0.300-preview.0.26180.104 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26177.108 -> To Version 10.0.300-preview.26180.104 --- NuGet.config | 1 + eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 +++++++++---------- eng/common/core-templates/job/onelocbuild.yml | 4 ++-- .../job/publish-build-assets.yml | 4 ++-- .../core-templates/post-build/post-build.yml | 16 +++++++-------- .../variables/pool-providers.yml | 2 +- .../templates/variables/pool-providers.yml | 2 +- global.json | 2 +- 9 files changed, 31 insertions(+), 30 deletions(-) diff --git a/NuGet.config b/NuGet.config index 25ca401398a8..375a10113fa4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,6 +13,7 @@ + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 0f20c89de91e..1917f018fe13 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.26177.108 - 10.0.0-beta.26177.108 + 10.0.0-beta.26180.104 + 10.0.0-beta.26180.104 0.11.5-alpha.26070.104 - 10.0.0-beta.26177.108 + 10.0.0-beta.26180.104 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26177.108 + 10.0.300-preview.0.26180.104 10.0.3 - 10.0.300-preview.26177.108 + 10.0.300-preview.26180.104 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd4a5246fd36..13f688779c2d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - cf1948f9c20bc33556719613def8cbbf05e9865f + 36b89c782bda10112c52396d9f0fe18171b60604 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - cf1948f9c20bc33556719613def8cbbf05e9865f + 36b89c782bda10112c52396d9f0fe18171b60604 - + https://github.com/dotnet/dotnet - cf1948f9c20bc33556719613def8cbbf05e9865f + 36b89c782bda10112c52396d9f0fe18171b60604 - + https://github.com/dotnet/dotnet - cf1948f9c20bc33556719613def8cbbf05e9865f + 36b89c782bda10112c52396d9f0fe18171b60604 https://github.com/dotnet/xharness e5857fbbc3f1d39d2776af5a5e3235c9ff485afa - + https://github.com/dotnet/dotnet - cf1948f9c20bc33556719613def8cbbf05e9865f + 36b89c782bda10112c52396d9f0fe18171b60604 diff --git a/eng/common/core-templates/job/onelocbuild.yml b/eng/common/core-templates/job/onelocbuild.yml index c5788829a872..eefed3b667a4 100644 --- a/eng/common/core-templates/job/onelocbuild.yml +++ b/eng/common/core-templates/job/onelocbuild.yml @@ -52,13 +52,13 @@ jobs: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows steps: diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index b955fac6e13f..9afcb8ae1590 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -74,13 +74,13 @@ jobs: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2022.amd64 + image: windows.vs2026.amd64 os: windows steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index b942a79ef02d..2df4acb76859 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -120,7 +120,7 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng @@ -164,14 +164,14 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) @@ -225,14 +225,14 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) @@ -286,18 +286,18 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2022.amd64 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: NetCore1ESPool-Publishing-Internal - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: diff --git a/eng/common/templates-official/variables/pool-providers.yml b/eng/common/templates-official/variables/pool-providers.yml index 1f308b24efc4..2cc3ae305d5a 100644 --- a/eng/common/templates-official/variables/pool-providers.yml +++ b/eng/common/templates-official/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# image: 1es-windows-2022 +# image: windows.vs2026.amd64 variables: # Coalesce the target and source branches so we know when a PR targets a release branch diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index 18693ea120d5..587770f0add4 100644 --- a/eng/common/templates/variables/pool-providers.yml +++ b/eng/common/templates/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# demands: ImageOverride -equals windows.vs2022.amd64 +# demands: ImageOverride -equals windows.vs2026.amd64 variables: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - template: /eng/common/templates-official/variables/pool-providers.yml diff --git a/global.json b/global.json index 7bc563e114dd..8b96f7b84f07 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.0.26177.108" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26177.108" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26180.104" } } From 0f2f726fe6431f7d14e65ca5d89c6955d5115e82 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 31 Mar 2026 02:05:01 +0000 Subject: [PATCH 2/6] Re-generate global.json for PR #25049: [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 8b96f7b84f07..6006ae6133e8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26177.108", + "version": "10.0.300-preview.0.26180.104", "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.300-preview.0.26177.108" + "dotnet": "10.0.300-preview.0.26180.104" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26180.104" From faadd05bd6a4bb671ebd5f1bcb25be7dc3557fb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Apr 2026 02:02:08 +0000 Subject: [PATCH 3/6] Update dependencies from https://github.com/dotnet/dotnet build 20260331.14 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26177.108 -> To Version 10.0.0-beta.26181.114 Microsoft.NET.Sdk From Version 10.0.300-preview.0.26177.108 -> To Version 10.0.300-preview.0.26181.114 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26177.108 -> To Version 10.0.300-preview.26181.114 --- eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 1917f018fe13..111a4f438e5f 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.26180.104 - 10.0.0-beta.26180.104 + 10.0.0-beta.26181.114 + 10.0.0-beta.26181.114 0.11.5-alpha.26070.104 - 10.0.0-beta.26180.104 + 10.0.0-beta.26181.114 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26180.104 + 10.0.300-preview.0.26181.114 10.0.3 - 10.0.300-preview.26180.104 + 10.0.300-preview.26181.114 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13f688779c2d..0d71835ea4b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 36b89c782bda10112c52396d9f0fe18171b60604 + 9e81c6a776124fa0edef3e69dfd96bf9775a8231 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 36b89c782bda10112c52396d9f0fe18171b60604 + 9e81c6a776124fa0edef3e69dfd96bf9775a8231 - + https://github.com/dotnet/dotnet - 36b89c782bda10112c52396d9f0fe18171b60604 + 9e81c6a776124fa0edef3e69dfd96bf9775a8231 - + https://github.com/dotnet/dotnet - 36b89c782bda10112c52396d9f0fe18171b60604 + 9e81c6a776124fa0edef3e69dfd96bf9775a8231 https://github.com/dotnet/xharness e5857fbbc3f1d39d2776af5a5e3235c9ff485afa - + https://github.com/dotnet/dotnet - 36b89c782bda10112c52396d9f0fe18171b60604 + 9e81c6a776124fa0edef3e69dfd96bf9775a8231 diff --git a/global.json b/global.json index 6006ae6133e8..b4cdd294b7da 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.0.26180.104" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26180.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26181.114" } } From b9d7887706070d808809edf0304f5a814f35247a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Apr 2026 02:02:54 +0000 Subject: [PATCH 4/6] Re-generate global.json for PR #25049: [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 b4cdd294b7da..03bad1d747e9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26180.104", + "version": "10.0.300-preview.0.26181.114", "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.300-preview.0.26180.104" + "dotnet": "10.0.300-preview.0.26181.114" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26181.114" From 8fb59206682b65a16199d1fa3055b93e57028575 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2026 02:05:29 +0000 Subject: [PATCH 5/6] Update dependencies from https://github.com/dotnet/dotnet build 20260401.15 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26177.108 -> To Version 10.0.0-beta.26201.115 Microsoft.NET.Sdk From Version 10.0.300-preview.0.26177.108 -> To Version 10.0.300-preview.0.26201.115 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26177.108 -> To Version 10.0.300-preview.26201.115 --- eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 111a4f438e5f..f1d26656b58f 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.26181.114 - 10.0.0-beta.26181.114 + 10.0.0-beta.26201.115 + 10.0.0-beta.26201.115 0.11.5-alpha.26070.104 - 10.0.0-beta.26181.114 + 10.0.0-beta.26201.115 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26181.114 + 10.0.300-preview.0.26201.115 10.0.3 - 10.0.300-preview.26181.114 + 10.0.300-preview.26201.115 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d71835ea4b3..ee13faa2a4dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 9e81c6a776124fa0edef3e69dfd96bf9775a8231 + 008a44e70ea6aac33d4bcbfcf6f6764f7c9bc203 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 9e81c6a776124fa0edef3e69dfd96bf9775a8231 + 008a44e70ea6aac33d4bcbfcf6f6764f7c9bc203 - + https://github.com/dotnet/dotnet - 9e81c6a776124fa0edef3e69dfd96bf9775a8231 + 008a44e70ea6aac33d4bcbfcf6f6764f7c9bc203 - + https://github.com/dotnet/dotnet - 9e81c6a776124fa0edef3e69dfd96bf9775a8231 + 008a44e70ea6aac33d4bcbfcf6f6764f7c9bc203 https://github.com/dotnet/xharness e5857fbbc3f1d39d2776af5a5e3235c9ff485afa - + https://github.com/dotnet/dotnet - 9e81c6a776124fa0edef3e69dfd96bf9775a8231 + 008a44e70ea6aac33d4bcbfcf6f6764f7c9bc203 diff --git a/global.json b/global.json index 03bad1d747e9..f06f317e75d8 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.0.26181.114" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26181.114" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26201.115" } } From 331ba3d120063ee7d5448ef26b3b4f63eb757678 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 2 Apr 2026 02:06:12 +0000 Subject: [PATCH 6/6] Re-generate global.json for PR #25049: [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 f06f317e75d8..27b939e485ff 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26181.114", + "version": "10.0.300-preview.0.26201.115", "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.300-preview.0.26181.114" + "dotnet": "10.0.300-preview.0.26201.115" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26201.115"