From 5e4bab2e7bdda697403612f0165e14fa6ae7a833 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 May 2026 02:30:41 +0000 Subject: [PATCH 1/2] Backflow from https://github.com/dotnet/dotnet / 79cfed0 build 312684 Diff: https://github.com/dotnet/dotnet/compare/42c34aee29fed515779b523c63c8e5457a1bef6a..79cfed0f25ea00a95b1b38f50b4019e8e591a73b From: https://github.com/dotnet/dotnet/commit/42c34aee29fed515779b523c63c8e5457a1bef6a To: https://github.com/dotnet/dotnet/commit/79cfed0f25ea00a95b1b38f50b4019e8e591a73b [[ 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 55714a696..79b235562 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 10.0.300 + 10.0.400 alpha From b761465bdbdc0bc907336ea154a788c9494052ad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 May 2026 02:30:42 +0000 Subject: [PATCH 2/2] Update dependencies from build 312684 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.116 -> 10.0.0-beta.26230.116) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index f3a0b5736..acdecbb20 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.116 + 10.0.0-beta.26230.116 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1165b4a00..ffe098075 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 5b150b1d949d9509e9822fa44fd52923d1d162e5 + 79cfed0f25ea00a95b1b38f50b4019e8e591a73b diff --git a/global.json b/global.json index d0bc0f8b2..0f7f438de 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.116", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26230.116", "Microsoft.Build.NoTargets": "3.7.0" } }