From ae49b85d08349192b958ef0dc6b1308b66788161 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 18 Apr 2026 02:01:50 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20260417.20 On relative base path root Microsoft.NET.Sdk From Version 9.0.117-servicing.26215.14 -> To Version 9.0.117-servicing.26217.20 --- 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 1a0a24c66be6..26016f4b414d 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.26215.14 + 9.0.117-servicing.26217.20 7.0.100-alpha.1.21601.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9ad54ec9b3c..baa9144aa3e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 404c9a7277a7d44fa00f38a7997bb59f21d73548 + 2de5190f057a9e54db7a7bd48b642763eaad60a8 https://github.com/dotnet/runtime From 250bab8fff87531eab71dbbc5293eb8b9f3a54af Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 18 Apr 2026 02:02:36 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #25186: [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 3f4c992340ab..77b5e20e2723 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.117-servicing.26215.14" + "version": "9.0.117-servicing.26217.20" }, "tools": { - "dotnet": "9.0.117-servicing.26215.14" + "dotnet": "9.0.117-servicing.26217.20" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"