From 1dea446e5e4c257b99cb48347713f0661a1fad22 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 26 Dec 2025 02:03:40 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 295588 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25622.101 -> 10.0.0-beta.25625.101) System.CommandLine (Version 2.0.3 -> 2.0.3) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index f8efe0264f6..fd39bea6256 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 64435c7621c..b294abfb578 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.25622.101 + 10.0.0-beta.25625.101 2.0.3 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1fbcdb8c4d8..7c8cd19f848 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 3d691b2b683b3106c96294965b337acc9d8ca8f7 + b6995982889aca81f3e8a3e1406629e1f379b31f - + https://github.com/dotnet/dotnet - 3d691b2b683b3106c96294965b337acc9d8ca8f7 + b6995982889aca81f3e8a3e1406629e1f379b31f diff --git a/global.json b/global.json index d36a3ef6f24..5b54e3d8f83 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25622.101" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25625.101" } }