From 9c6a72422c2490a6569f99004fe856ebaa0a5897 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 23 Apr 2026 02:02:45 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20260422.5 On relative base path root Microsoft.NET.Sdk From Version 9.0.117-servicing.26221.1 -> To Version 9.0.117-servicing.26222.5 --- 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 dccacead4e6..e068b1a1046 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -33,7 +33,7 @@ This file should be imported by eng/Versions.props 9.0.0-rc.2.24462.10 9.0.15 - 9.0.117-servicing.26221.1 + 9.0.117-servicing.26222.5 7.0.100-alpha.1.21601.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20161385395..a18039fa841 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - bc36f6802c653169d24468772cded2c1527e82e9 + 01d0ec839787da2b4e5b9b4264d92c7c9e4a2046 https://github.com/dotnet/runtime From 96a9fb7c7293f42c89c7d5e6a859eedc9ef5c81a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 23 Apr 2026 02:03:31 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #25227: [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 2f2d70f2f00..d5f9bb447a5 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.117-servicing.26221.1" + "version": "9.0.117-servicing.26222.5" }, "tools": { - "dotnet": "9.0.117-servicing.26221.1" + "dotnet": "9.0.117-servicing.26222.5" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"