From d25d05c3489e155e8834f9f921b35b9cee8b12b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Jan 2026 05:00:58 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20251226.5 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25612.5 -> To Version 10.0.0-beta.25626.5 --- eng/Version.Details.xml | 4 ++-- global.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bcec46c9..871315a2d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 55631983c8583162122687fddeac13424c1e40a8 + d8dca0b41b903e7182e64543773390b969dab96b diff --git a/global.json b/global.json index 555c8aefa..da4f2a553 100644 --- a/global.json +++ b/global.json @@ -1,14 +1,14 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100" + "dotnet": "10.0.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.5", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25626.5", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" }