From 26ec6a97f46a43a2a730ef0f34597a64a1e5cbcc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 4 Dec 2025 02:03:33 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20251203.7 On relative base path root Microsoft.NET.Sdk From Version 9.0.113-servicing.25602.5 -> To Version 9.0.113-servicing.25603.7 --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 945aa88409bc..45f86afa1e35 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 9.0.113-servicing.25602.5 + 9.0.113-servicing.25603.7 9.0.0-alpha.1.23556.4 9.0.0-rc.2.24462.10 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b2ffab9238c..07b539f2495d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - bd92f381d69bc3d129304fc0b55df0f018d29fe7 + 1986331216c6902a637aecfd6f2f7ec4bc2ae563 https://github.com/dotnet/runtime From 8a90e4a63f8025f2ff6fa4c6a71c95b2faf76253 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 4 Dec 2025 02:04:14 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24360: [release/9.0.1xx] Update dependencies from dotnet/sdk --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 3035efd872f8..60dbbf8feb57 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.113-servicing.25602.5" + "version": "9.0.113-servicing.25603.7" }, "tools": { - "dotnet": "9.0.113-servicing.25602.5" + "dotnet": "9.0.113-servicing.25603.7" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"