From 11f502a14c5e02c65712f7f3210994853da3b780 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 24 Mar 2026 01:08:53 +0000 Subject: [PATCH] Update dependencies from build 307407 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26167.115 -> 10.0.0-beta.26173.111) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9af9283776b..c6ac5bbe5a4 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -7,7 +7,7 @@ This file should be imported by eng/Versions.props 10.0.5 - 10.0.0-beta.26167.115 + 10.0.0-beta.26173.111 10.0.5 10.0.5 10.0.5 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9265632c33..a5b619d3d89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet @@ -8,9 +8,9 @@ - + https://github.com/dotnet/dotnet - 4a2e646b931b90322897a5166f0bbcd3f5508a03 + 4bf356979576e49df34287d2de49dcb600a6c0e6 diff --git a/global.json b/global.json index 8447d1f3a8d..e23bc83bab5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.105", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.103" + "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26167.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26173.111" } }