From ee77829a1e58ebac55a147ae6914903d4520cef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 17 Apr 2026 02:02:46 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20260416.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.26215.116 -> To Version 10.0.0-beta.26216.115 Microsoft.NET.Sdk From Version 10.0.300-preview.0.26215.116 -> To Version 10.0.300-preview.0.26216.115 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26215.116 -> To Version 10.0.300-preview.26216.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 8b93c21a3786..0b0775288a35 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.26215.116 - 10.0.0-beta.26215.116 + 10.0.0-beta.26216.115 + 10.0.0-beta.26216.115 0.11.5-alpha.26070.104 - 10.0.0-beta.26215.116 + 10.0.0-beta.26216.115 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26215.116 + 10.0.300-preview.0.26216.115 10.0.3 - 10.0.300-preview.26215.116 + 10.0.300-preview.26216.115 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4ba0dfadafce..60b5e2886bae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - fe40c4e7b110cf7220a726d71541340399598771 + 7141470de2a1582db15ae6886e361ead12efb3d8 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - fe40c4e7b110cf7220a726d71541340399598771 + 7141470de2a1582db15ae6886e361ead12efb3d8 - + https://github.com/dotnet/dotnet - fe40c4e7b110cf7220a726d71541340399598771 + 7141470de2a1582db15ae6886e361ead12efb3d8 - + https://github.com/dotnet/dotnet - fe40c4e7b110cf7220a726d71541340399598771 + 7141470de2a1582db15ae6886e361ead12efb3d8 https://github.com/dotnet/xharness e5857fbbc3f1d39d2776af5a5e3235c9ff485afa - + https://github.com/dotnet/dotnet - fe40c4e7b110cf7220a726d71541340399598771 + 7141470de2a1582db15ae6886e361ead12efb3d8 diff --git a/global.json b/global.json index 619272ef2b7c..753b8024b20c 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.0.26215.116" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26215.116" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.115" } } From ae60231956514bc95a1d94162f4f1e0014ad0c55 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 17 Apr 2026 02:03:31 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #25168: [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 753b8024b20c..8c573e5f740a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26215.116", + "version": "10.0.300-preview.0.26216.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.26215.116" + "dotnet": "10.0.300-preview.0.26216.115" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.115"