From 1767e50e2104d3eac8e4f3cb39893275b00da63d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 13 Aug 2025 02:02:48 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 278961 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 17.15.0-preview-25410-101 -> 17.15.0-preview-25411-109) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25410.101 -> 10.0.0-beta.25411.109) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.1.25410.101 -> 10.0.100-rc.1.25411.109) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25410.101 -> 10.0.0-rc.1.25411.109) --- 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 f7a3dee3a..15d8e36d6 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -7,12 +7,12 @@ This file should be imported by eng/Versions.props - 17.15.0-preview-25410-101 - 17.15.0-preview-25410-101 - 10.0.0-beta.25410.101 - 10.0.100-rc.1.25410.101 - 10.0.0-rc.1.25410.101 - 10.0.0-rc.1.25410.101 + 17.15.0-preview-25411-109 + 17.15.0-preview-25411-109 + 10.0.0-beta.25411.109 + 10.0.100-rc.1.25411.109 + 10.0.0-rc.1.25411.109 + 10.0.0-rc.1.25411.109 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b658ad35..37c76ac86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 - + https://github.com/dotnet/dotnet - 8c7b3dcd2bd657c11b12973f1214e7c3c616b174 + 520c71b5277fc1f72dbec14da03ca55205d6c8e5 diff --git a/global.json b/global.json index 23813ae19..cde6df18f 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": "10.0.0-beta.25410.101" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25411.109" } }