From 362f99dd13c874525666d5a21660205c0c478cb3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Dec 2025 02:03:07 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20251215.2 On relative base path root Microsoft.NET.Sdk From Version 9.0.113-servicing.25608.12 -> To Version 9.0.113-servicing.25615.2 --- 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 9aef27688e4c..3c330ad20075 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.25608.12 + 9.0.113-servicing.25615.2 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 1c749dc2612b..f6a67ac9940c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 48e7568f19ea0dcabd66f6c2a3ea3699c2156453 + 537175220f65f0b65f41cdf4cfc888bd1c83dfb3 https://github.com/dotnet/runtime From 126e073204c4563776c253c8eb0388985277b614 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Dec 2025 02:03:47 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24454: [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 dd6fc5c21780..aaed41e60f82 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.113-servicing.25608.12" + "version": "9.0.113-servicing.25615.2" }, "tools": { - "dotnet": "9.0.113-servicing.25608.12" + "dotnet": "9.0.113-servicing.25615.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"