From 97d8c5d75fb9b0ada96dcc783a39856b359c9be5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Jul 2026 02:03:23 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/dotnet build 20260708.13 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.26357.110 -> To Version 10.0.0-beta.26358.113 Microsoft.NET.Sdk From Version 10.0.400-preview.0.26357.110 -> To Version 10.0.400-preview.0.26358.113 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.400-preview.26357.110 -> To Version 10.0.400-preview.26358.113 --- eng/Version.Details.props | 10 +++++----- eng/Version.Details.xml | 20 ++++++++++---------- global.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b940d445fb6..4755287c903 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26357.110 - 10.0.0-beta.26357.110 + 10.0.0-beta.26358.113 + 10.0.0-beta.26358.113 0.11.5-alpha.26070.104 - 10.0.0-beta.26357.110 + 10.0.0-beta.26358.113 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.400-preview.0.26357.110 + 10.0.400-preview.0.26358.113 10.0.3 - 10.0.400-preview.26357.110 + 10.0.400-preview.26358.113 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d2ae04cb01..d9dcc756ca9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce https://github.com/dotnet/xharness b631e17803318d67046871027986a005f3db02bf - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce diff --git a/global.json b/global.json index 32005f79bfa..c36021ced05 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.400-preview.0.26357.110" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26357.110" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26358.113" } } From 688488650f0dbb8ddb8230c3f322e104f38a88d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 9 Jul 2026 02:04:09 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #25991: [main] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index c36021ced05..f1d27094274 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.400-preview.0.26357.110", + "version": "10.0.400-preview.0.26358.113", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.400-preview.0.26357.110" + "dotnet": "10.0.400-preview.0.26358.113" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26358.113"