From 8a38b4e25bc2f202b40efe4cb26fa16e719a139c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Nov 2025 02:06:52 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 290644 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25562.102 -> 11.0.0-beta.25562.109) System.CommandLine (Version 2.0.0-rc.3.25562.102 -> 2.0.0-rc.3.25562.109) --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 3bee739d..70ee77f0 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.25562.102 - 2.0.0-rc.3.25562.102 + 11.0.0-beta.25562.109 + 2.0.0-rc.3.25562.109 17.11.31 17.11.31 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 772cd446..677b1310 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - c78244f2dd40d11772abaae1b13939557de2e136 + f54307a7b9f0a745520863d2b8cdd6f468fd787c - + https://github.com/dotnet/dotnet - c78244f2dd40d11772abaae1b13939557de2e136 + f54307a7b9f0a745520863d2b8cdd6f468fd787c diff --git a/global.json b/global.json index a99705ae..558ebfb3 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.100-rc.2.25502.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25562.102", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25562.109", "Microsoft.Build.NoTargets": "3.7.0" } }