From d0eab5e8e181095ae289141f69d4d5fc2ed3e35f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 23 Mar 2026 05:02:17 +0000 Subject: [PATCH] Update dependencies from build 307268 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26165.109 -> 10.0.0-beta.26172.102) [[ 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 3b8c3749d4..927e4185e5 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.26165.109 + 10.0.0-beta.26172.102 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74728273b5..6bec109ed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 072d6624fe884a9d47a7b3202384e4894b46454c + 8aa2738d3bdb38df89821c66dd8a41b9b73dc174 diff --git a/global.json b/global.json index 5b59d260ec..3e0dfcaf5d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", + "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.104" + "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26165.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26172.102" } }