From 3223c7cfa11481301ff4490475e2a2e5f649953e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 30 Apr 2026 02:11:27 +0000 Subject: [PATCH 1/2] Backflow from https://github.com/dotnet/dotnet / dd8ced2 build 312468 Diff: https://github.com/dotnet/dotnet/compare/71d1809a66d8aacbe21208baeb0bbc484191b3d1..dd8ced28bfd57694643337c5dcf1877d5159948b From: https://github.com/dotnet/dotnet/commit/71d1809a66d8aacbe21208baeb0bbc484191b3d1 To: https://github.com/dotnet/dotnet/commit/dd8ced28bfd57694643337c5dcf1877d5159948b [[ commit created by automation ]] --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 369f437feb..4c6b03cdce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,7 +4,7 @@ - 2.0.8 + 2.0.9 servicing From f69030f915b77bd728f42ebf8fb6daa632d37c4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 30 Apr 2026 02:11:27 +0000 Subject: [PATCH 2/2] Update dependencies from build 312468 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.115 -> 10.0.0-beta.26229.109) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 3e9783f111..20b409381a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26217.115 + 10.0.0-beta.26229.109 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd3a29a515..8f0beba5d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 71d1809a66d8aacbe21208baeb0bbc484191b3d1 + dd8ced28bfd57694643337c5dcf1877d5159948b diff --git a/global.json b/global.json index 4d1f30dfb2..0ef73b2fa3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.106", + "dotnet": "10.0.107", "runtimes": { "dotnet": [ "8.0.22" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26229.109" } }