From 8e9a77d9da6077eaf6e3e81b5f622a0d06f5b735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 4 Mar 2026 02:03:44 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20260303.16 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26152.104 -> To Version 10.0.0-beta.26153.116 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.300-preview.26152.104 -> To Version 10.0.300-preview.26153.116 --- 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 fa7909080455..27b882bba607 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.26152.104 - 10.0.0-beta.26152.104 + 10.0.0-beta.26153.116 + 10.0.0-beta.26153.116 0.11.5-alpha.26070.104 - 10.0.0-beta.26152.104 + 10.0.0-beta.26153.116 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.26152.104 + 10.0.300-preview.26153.116 10.0.3 - 10.0.300-preview.26152.104 + 10.0.300-preview.26153.116 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff10bf890ce0..59afc820fb8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 https://github.com/dotnet/xharness 3df2923500447ee925d59f026c81720c7a9b4e4b - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 diff --git a/global.json b/global.json index dd2b9aa661c8..f3d469743a78 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.300-preview.26152.104" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26152.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.116" } } From fb2717069c4a27eda82f74f7f30ea2f1d7580ec4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 4 Mar 2026 02:04:29 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24822: [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 f3d469743a78..fe860c6840a9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.26152.104", + "version": "10.0.300-preview.26153.116", "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.26152.104" + "dotnet": "10.0.300-preview.26153.116" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.116"