From 914c5deeb967c9696a1492a42d9795df29b5cd0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:56:42 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/arcade build 20260423.2 (#38170) [release/9.0] Update dependencies from dotnet/arcade --- NuGet.config | 2 -- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 8 ++++---- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index 489bf4370f7..d1a8a417e43 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - @@ -21,7 +20,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c09a5aaa0af..e56561b806c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,17 +67,17 @@ - + https://github.com/dotnet/arcade - e1240639569fad610705b52713d6d6b19f8fe433 + 33235aeaaa886866a388926dc6d5d0e8b789aaaa - + https://github.com/dotnet/arcade - e1240639569fad610705b52713d6d6b19f8fe433 + 33235aeaaa886866a388926dc6d5d0e8b789aaaa - + https://github.com/dotnet/arcade - e1240639569fad610705b52713d6d6b19f8fe433 + 33235aeaaa886866a388926dc6d5d0e8b789aaaa diff --git a/eng/Versions.props b/eng/Versions.props index e0b126609ce..abfc2c65a83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,7 +34,7 @@ 9.0.15 - 9.0.0-beta.26201.6 + 9.0.0-beta.26223.2 17.8.43 diff --git a/global.json b/global.json index 5b3bcffb8b4..87567bbdee8 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "9.0.115", + "version": "9.0.116", "allowPrerelease": true, "rollForward": "latestMajor" }, "tools": { - "dotnet": "9.0.115", + "dotnet": "9.0.116", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" @@ -13,7 +13,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26201.6", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26201.6" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26223.2", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26223.2" } } From 15ce2273101c76b3dd9c2fd53cce7faa4be9c5a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:47:27 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/arcade build 20260424.3 (#38204) [release/8.0] Update dependencies from dotnet/arcade --- NuGet.config | 2 -- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 8 ++++---- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index eaef3554ceb..77b2bf048ad 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - @@ -19,7 +18,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0918f92d213..266190cf371 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -60,17 +60,17 @@ - + https://github.com/dotnet/arcade - 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 + d9af20b993c474033098fe0851c2d71b4ecf434b - + https://github.com/dotnet/arcade - 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 + d9af20b993c474033098fe0851c2d71b4ecf434b - + https://github.com/dotnet/arcade - 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 + d9af20b993c474033098fe0851c2d71b4ecf434b diff --git a/eng/Versions.props b/eng/Versions.props index 42036dc74ff..3b2484ef9cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ 8.0.26-servicing.26169.21 - 8.0.0-beta.26168.3 + 8.0.0-beta.26224.3 diff --git a/global.json b/global.json index 55aa62458e1..7054542252a 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "8.0.125", + "version": "8.0.126", "allowPrerelease": true, "rollForward": "latestMajor" }, "tools": { - "dotnet": "8.0.125", + "dotnet": "8.0.126", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" @@ -13,7 +13,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26168.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26224.3", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.26224.3" } } From 3ecb974f1cccc37b0a39a1e25aa2de8511f3cb10 Mon Sep 17 00:00:00 2001 From: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Date: Tue, 5 May 2026 15:49:00 -0700 Subject: [PATCH 3/4] Update branding to 8.0.28 (#38227) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3b2484ef9cd..d127da94314 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,6 +1,6 @@ - 8.0.27 + 8.0.28 servicing From c2e9e075ec5ba8ab5253d03b40b95060d31f7875 Mon Sep 17 00:00:00 2001 From: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Date: Tue, 5 May 2026 15:49:00 -0700 Subject: [PATCH 4/4] Update branding to 9.0.17 (#38228) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index abfc2c65a83..04004b153bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,6 +1,6 @@ - 9.0.16 + 9.0.17 servicing