From 1d4363fcdaf36c996a3132d82a927e1d6d3b95d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 15 Nov 2025 02:05:54 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20251113.23 On relative base path root Microsoft.NET.Sdk From Version 9.0.113-servicing.25563.11 -> To Version 9.0.113-servicing.25563.23 --- 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 482bdabb01e2..30d129770f6b 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.25563.11 + 9.0.113-servicing.25563.23 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 09ccc917c5ec..6eec62299532 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - fc8afa0426befba4f771b7facf508dad6f749e74 + 06f40fb6c0ec871912099fc43df2a4d0e1e20149 https://github.com/dotnet/runtime From 996608388b1ab99dd924a19c7ae2253c7796d865 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 15 Nov 2025 02:06:33 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24261: [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 b96b48be5c24..45d25eef1a06 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.113-servicing.25563.11" + "version": "9.0.113-servicing.25563.23" }, "tools": { - "dotnet": "9.0.113-servicing.25563.11" + "dotnet": "9.0.113-servicing.25563.23" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"