From 34557885413a69f9ce4d0a5c73382afc9982850b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Oct 2025 02:09:52 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/dotnet build 285185 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25479-109 -> 18.0.0-preview-25479-115) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25479.109 -> 10.0.0-beta.25479.115) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rtm.25479.109 -> 10.0.100-rtm.25479.115) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rtm.25479.109 -> 10.0.0-rtm.25479.115) --- 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 0013f56f2..150ba4a39 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.0.0-preview-25479-109 - 18.0.0-preview-25479-109 - 10.0.0-beta.25479.109 - 10.0.100-rtm.25479.109 - 10.0.0-rtm.25479.109 - 10.0.0-rtm.25479.109 + 18.0.0-preview-25479-115 + 18.0.0-preview-25479-115 + 10.0.0-beta.25479.115 + 10.0.100-rtm.25479.115 + 10.0.0-rtm.25479.115 + 10.0.0-rtm.25479.115 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 557a47022..09f271b8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 - + https://github.com/dotnet/dotnet - 8aba88f6f12f3ce1dd5740575cff9442f1f9122c + e72b5bbe719d747036ce9c36582a205df9f1c361 diff --git a/global.json b/global.json index 1f051c4f9..d94461edc 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.25479.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25479.115" } }