From c801262aebe869e719b7d51fd811b2a337b31a9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 14 Oct 2025 02:04:23 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 286825 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.1.0-preview-25511-101 -> 18.1.0-preview-25513-104) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25511.101 -> 11.0.0-beta.25513.104) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25511.101 -> 10.0.100-rc.2.25513.104) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25511.101 -> 10.0.0-rc.1.25513.104) --- eng/Version.Details.props | 12 ++++++------ eng/Version.Details.xml | 26 +++++++++++++------------- global.json | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 92e56075ad..e0352c581c 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,12 +6,12 @@ This file should be imported by eng/Versions.props - 18.1.0-preview-25511-101 - 18.1.0-preview-25511-101 - 11.0.0-beta.25511.101 - 10.0.100-rc.2.25511.101 - 10.0.0-rc.1.25511.101 - 10.0.0-rc.1.25511.101 + 18.1.0-preview-25513-104 + 18.1.0-preview-25513-104 + 11.0.0-beta.25513.104 + 10.0.100-rc.2.25513.104 + 10.0.0-rc.1.25513.104 + 10.0.0-rc.1.25513.104 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4ac0c9238..6a0a2b35e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 - + https://github.com/dotnet/dotnet - d83adcf8c5e53bf0efddf55db66e2b5a04f3d8de + 01abb3ec5c4cbffec5b33e02156bd3d2a8913b04 diff --git a/global.json b/global.json index c6cdd924ad..0ad13cfecb 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,6 @@ "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25511.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25513.104" } }