From cb739c83d159a3aeafe0ad892b6204effccc100c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 21 Apr 2026 02:03:56 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20260416.21 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26216.115 -> To Version 10.0.0-beta.26216.121 Microsoft.NET.Sdk From Version 10.0.300-preview.0.26216.115 -> To Version 10.0.300-preview.0.26216.121 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26216.115 -> To Version 10.0.300-preview.26216.121 --- 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 cbcaaac74276..46832c53e77a 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.26216.115 - 10.0.0-beta.26216.115 + 10.0.0-beta.26216.121 + 10.0.0-beta.26216.121 0.11.5-alpha.26070.104 - 10.0.0-beta.26216.115 + 10.0.0-beta.26216.121 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26216.115 + 10.0.300-preview.0.26216.121 10.0.3 - 10.0.300-preview.26216.115 + 10.0.300-preview.26216.121 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41cb0275354a..c32a20ac49dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 7141470de2a1582db15ae6886e361ead12efb3d8 + e43cbe04901ea4cf359ed0883b0533abab224ba2 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 7141470de2a1582db15ae6886e361ead12efb3d8 + e43cbe04901ea4cf359ed0883b0533abab224ba2 - + https://github.com/dotnet/dotnet - 7141470de2a1582db15ae6886e361ead12efb3d8 + e43cbe04901ea4cf359ed0883b0533abab224ba2 - + https://github.com/dotnet/dotnet - 7141470de2a1582db15ae6886e361ead12efb3d8 + e43cbe04901ea4cf359ed0883b0533abab224ba2 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - 7141470de2a1582db15ae6886e361ead12efb3d8 + e43cbe04901ea4cf359ed0883b0533abab224ba2 diff --git a/global.json b/global.json index 8c573e5f740a..754e25278690 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.0.26216.115" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.121" } } From 774e047808a4607e73509334455e0a1b8a993599 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Apr 2026 02:04:40 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #25201: [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 754e25278690..5a1a6bf7167f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26216.115", + "version": "10.0.300-preview.0.26216.121", "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.26216.115" + "dotnet": "10.0.300-preview.0.26216.121" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.121"