From aed9357332e5ae3396147e7dda2922b8183050f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Oct 2025 02:09:13 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 285185 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25479.109 -> 10.0.0-beta.25479.115) System.CommandLine (Version 2.0.0-rtm.25479.109 -> 2.0.0-rtm.25479.115) --- 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 9c9fabfbbc..747207e513 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25479.109 - 2.0.0-rtm.25479.109 + 10.0.0-beta.25479.115 + 2.0.0-rtm.25479.115 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a28e2082ff..6c6529212b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 diff --git a/global.json b/global.json index 2601ff58bf..55d2cf95c3 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100-rc.1.25451.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25479.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25479.115" } }