From df74ca917a90d2f7085bac1aea03a2119d330735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 11 Feb 2026 02:04:09 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20260210.10 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26109.105 -> To Version 10.0.0-beta.26110.110 Microsoft.NET.Sdk From Version 10.0.200-preview.0.26109.105 -> To Version 10.0.200-preview.0.26110.110 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.200-preview.26109.105 -> To Version 10.0.200-preview.26110.110 --- 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 d511fa86f100..4e2641183984 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.26109.105 - 10.0.0-beta.26109.105 + 10.0.0-beta.26110.110 + 10.0.0-beta.26110.110 0.11.5-alpha.26070.104 - 10.0.0-beta.26109.105 + 10.0.0-beta.26110.110 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.200-preview.0.26109.105 + 10.0.200-preview.0.26110.110 10.0.3 - 10.0.200-preview.26109.105 + 10.0.200-preview.26110.110 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e67cda2470d..329b43579a56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - d49805f26e70023549ead379596f94401432db49 + 24f66fec875855c1e7bcddebf0703b2fcab1ee3e https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - d49805f26e70023549ead379596f94401432db49 + 24f66fec875855c1e7bcddebf0703b2fcab1ee3e - + https://github.com/dotnet/dotnet - d49805f26e70023549ead379596f94401432db49 + 24f66fec875855c1e7bcddebf0703b2fcab1ee3e - + https://github.com/dotnet/dotnet - d49805f26e70023549ead379596f94401432db49 + 24f66fec875855c1e7bcddebf0703b2fcab1ee3e https://github.com/dotnet/xharness bfbac237157e59cdbd19334325b2af80bd6e9828 - + https://github.com/dotnet/dotnet - d49805f26e70023549ead379596f94401432db49 + 24f66fec875855c1e7bcddebf0703b2fcab1ee3e diff --git a/global.json b/global.json index e749478fec6b..2ab0635ae15d 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.200-preview.0.26109.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26109.105" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26110.110" } } From 622a1405ddbddaafdd4930a76b8575e4c68c6fe6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 Feb 2026 02:04:54 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24670: [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 2ab0635ae15d..acdc0a254a76 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.200-preview.0.26109.105", + "version": "10.0.200-preview.0.26110.110", "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.200-preview.0.26109.105" + "dotnet": "10.0.200-preview.0.26110.110" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26110.110"