From c0f27479ad9dbebabcdf01dfb8abf9e2c5c2d672 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 25 Oct 2025 02:08:23 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 288435 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.2 -> 18.0.2) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25523.108 -> 10.0.0-beta.25523.113) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rtm.25523.108 -> 10.0.100-rtm.25523.113) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0 -> 10.0.0) --- NuGet.config | 2 +- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 18 +++++++++--------- global.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index f35cc75c5..7a4885591 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index a24d95a9a..5ce73f847 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -8,8 +8,8 @@ This file should be imported by eng/Versions.props 18.0.2 18.0.2 - 10.0.0-beta.25523.108 - 10.0.100-rtm.25523.108 + 10.0.0-beta.25523.113 + 10.0.100-rtm.25523.113 10.0.0 10.0.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5078c022..168a30335 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 - + https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 - + https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 https://github.com/dotnet/dotnet - a7c1bb4a6d1f933d4812d15f712030fc91e0184a + 7b29526f2107416f68578bcb9deaca74fcfcf7f0 diff --git a/global.json b/global.json index d5794b321..079fd0949 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.25523.108" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25523.113" } }