From b4b41362a63fbf1af19a91588707d26c6f7466ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 10 Dec 2025 02:04:13 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20251208.12 On relative base path root Microsoft.NET.Sdk From Version 9.0.113-servicing.25608.5 -> To Version 9.0.113-servicing.25608.12 --- 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 a0ae3904aa24..9aef27688e4c 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.5 + 9.0.113-servicing.25608.12 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 2baf4c550e0c..1c749dc2612b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 6373e262f1e7c719b5d7c42866222d2355f4006a + 48e7568f19ea0dcabd66f6c2a3ea3699c2156453 https://github.com/dotnet/runtime From af1e188154179394c6d8a8e596a1fb40c48960c5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 10 Dec 2025 02:04:53 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24399: [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 a4b51f590db2..dd6fc5c21780 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.113-servicing.25608.5" + "version": "9.0.113-servicing.25608.12" }, "tools": { - "dotnet": "9.0.113-servicing.25608.5" + "dotnet": "9.0.113-servicing.25608.12" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"