From 49c59a4d6eb288d3e5cfa16c7e60583bd3ffdabf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 10 Feb 2026 02:02:27 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20260209.1 On relative base path root Microsoft.NET.Sdk From Version 9.0.115-servicing.26105.10 -> To Version 9.0.115-servicing.26109.1 --- 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 d79e9a7d799d..2150e4f8ce40 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.115-servicing.26105.10 + 9.0.115-servicing.26109.1 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 9a75e1f16386..04ef253c3365 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - c9dc32c223d3bcdc74db4bd7f7c7c5265cca751f + 5ea71ae8a1555ed5e710869393440d1bfd551adf https://github.com/dotnet/runtime From 3081e66468b5d0195ccf7d57489a5b50f6109620 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Feb 2026 02:03:12 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24658: [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 7e30cca111ef..bc4eed949dbe 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.115-servicing.26105.10" + "version": "9.0.115-servicing.26109.1" }, "tools": { - "dotnet": "9.0.115-servicing.26105.10" + "dotnet": "9.0.115-servicing.26109.1" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"