From bc7ea17daf2638ad6579d9f40a9d3ced2fdfbf93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 21 Apr 2026 02:03:39 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20260420.5 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26208.4 -> To Version 10.0.0-beta.26220.5 --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 4 ++-- global.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index db6bc1d1102..c65966eb873 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26208.4 + 10.0.0-beta.26220.5 18.0.2 18.0.2 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53366dc067d..618ff9579e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - ecdd5c6a7986cafabbf6a322ea09a07736a01a0d + 54892fe0f027f2f08c59cf0802a2d7f488632e2f https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/global.json b/global.json index a6f68aa9375..85548253d8c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.105", + "version": "10.0.106", "allowPrerelease": true, "paths": [ ".dotnet", @@ -9,7 +9,7 @@ "errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh." }, "tools": { - "dotnet": "10.0.105", + "dotnet": "10.0.106", "vs": { "version": "17.8", "components": [ @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26208.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26220.5", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } }