From d85190553ef8ed0be33cd17ea929df84e2d6c4c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 27 Apr 2026 05:03:39 +0000 Subject: [PATCH 1/4] Backflow from https://github.com/dotnet/dotnet / 71d1809 build 311039 [[ 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 06c834e8c6..e7c9324245 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 2.2.7 + 2.2.8 servicing From 847dffb4f2c4bf34e9197bffb6eb59656559f0fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 27 Apr 2026 05:03:39 +0000 Subject: [PATCH 2/4] Update dependencies from build 311039 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26216.111 -> 10.0.0-beta.26217.115) [[ 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 79a427d2aa..3e9783f111 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.26216.111 + 10.0.0-beta.26217.115 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fa7b7bc7c..8e8e61fb08 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - d5a73cb9564de5e77882721fc7a85c83fad55ada + 71d1809a66d8aacbe21208baeb0bbc484191b3d1 diff --git a/global.json b/global.json index 0885c43164..e6d57f836b 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.106" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.111" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115" } } From c3ab2bc01759b7bce6261f9d5f27201468d545dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 4 May 2026 05:03:44 +0000 Subject: [PATCH 3/4] Backflow from https://github.com/dotnet/dotnet / 9c33ec0 build 312829 Diff: https://github.com/dotnet/dotnet/compare/71d1809a66d8aacbe21208baeb0bbc484191b3d1..9c33ec01179fc18803f0cf6ef1cb84b1ca6f680e From: https://github.com/dotnet/dotnet/commit/71d1809a66d8aacbe21208baeb0bbc484191b3d1 To: https://github.com/dotnet/dotnet/commit/9c33ec01179fc18803f0cf6ef1cb84b1ca6f680e [[ 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 e7c9324245..b54946c712 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 2.2.8 + 2.2.9 servicing From 001dd65b5e31107ab553b9e9f4dbb1467484f9c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 4 May 2026 05:03:44 +0000 Subject: [PATCH 4/4] Update dependencies from build 312829 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.115 -> 10.0.0-beta.26252.101) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 3e9783f111..734dd10c79 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.26252.101 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e8e61fb08..4d98dfaa3b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 71d1809a66d8aacbe21208baeb0bbc484191b3d1 + 9c33ec01179fc18803f0cf6ef1cb84b1ca6f680e diff --git a/global.json b/global.json index e6d57f836b..73ba7cd42b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.106", + "version": "10.0.107", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.106" + "dotnet": "10.0.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26252.101" } }