From 289f33075db2fe9d9f4e95b4b492999f16f7f402 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Jan 2026 02:03:36 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 295835 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25630.104 -> 10.0.0-beta.25631.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 c9fd900d30b..2ce4972fd00 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 698befd0eeb..fddde40104f 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.25630.104 + 10.0.0-beta.25631.101 2.0.3 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 711f952f5dc..5cd644df6b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 7bf30a3f522e388733a32206091af603b7272557 + 7aa15f07c40a487d471b5df81e26e6b8c06c9461 - + https://github.com/dotnet/dotnet - 7bf30a3f522e388733a32206091af603b7272557 + 7aa15f07c40a487d471b5df81e26e6b8c06c9461 diff --git a/global.json b/global.json index ec7fac472d5..c3d85cd8db1 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.25630.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25631.101" } }