From fdb9ff3abd232c68a33101207eca7015e293933d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 16 Oct 2025 02:03:33 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 287240 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.1.0-preview-25514-106 -> 18.1.0-preview-25515-101) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25514.106 -> 11.0.0-beta.25515.101) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25514.106 -> 10.0.100-rc.2.25515.101) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25514.106 -> 10.0.0-rc.1.25515.101) --- 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 07643b303f..225b5684e8 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-25514-106 - 18.1.0-preview-25514-106 - 11.0.0-beta.25514.106 - 10.0.100-rc.2.25514.106 - 10.0.0-rc.1.25514.106 - 10.0.0-rc.1.25514.106 + 18.1.0-preview-25515-101 + 18.1.0-preview-25515-101 + 11.0.0-beta.25515.101 + 10.0.100-rc.2.25515.101 + 10.0.0-rc.1.25515.101 + 10.0.0-rc.1.25515.101 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2255b639e8..c98a5dceb0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 - + https://github.com/dotnet/dotnet - 2d4079aa0b0ae84217540e6df5dcc15e8a64c07d + 6422c4b30a1b96ec5ba148759fab13dde95f5e89 diff --git a/global.json b/global.json index 0cfd53777c..8ff6b36716 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.25514.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25515.101" } }