From d8d4cb4b94dfa12e8f7d5b7f395c309f80934994 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Sep 2025 05:01:43 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/arcade build 20250905.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25427.4 -> To Version 8.0.0-beta.25455.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 3 +-- global.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b2a7be34df..746466c29fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -58,9 +58,9 @@ - + https://github.com/dotnet/arcade - 6e78cc9faf0ab29992b01007d71519655344e74c + 09625cb3b98ebe646a63dfea19a0c0127e88459a @@ -77,9 +77,9 @@ dc3d0694a4b31b8e27038431888cd4e8dd5b6cb6 - + https://github.com/dotnet/arcade - 6e78cc9faf0ab29992b01007d71519655344e74c + 09625cb3b98ebe646a63dfea19a0c0127e88459a diff --git a/eng/Versions.props b/eng/Versions.props index fdf8f2a93cc..dd12bb0422b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,6 @@ 17.7.0 15.1.0.0 servicing - test @@ -52,7 +51,7 @@ Otherwise, this version of dotnet will not be installed and the build will error out. --> $([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1)) 4.2.0-1.22102.8 - 8.0.0-beta.25427.4 + 8.0.0-beta.25455.3 7.0.0 6.0.0 4.8.0-3.23465.5 diff --git a/global.json b/global.json index 6075e605e2a..f8d445476ae 100644 --- a/global.json +++ b/global.json @@ -10,6 +10,6 @@ "xcopy-msbuild": "17.8.5" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25427.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25455.3" } } From 7a23b9111f20f8b73468c27cd9c72d053fc490d6 Mon Sep 17 00:00:00 2001 From: Gang Wang Date: Mon, 8 Sep 2025 08:45:06 +0000 Subject: [PATCH 2/2] Update VersionPrefix to 17.8.42 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index dd12bb0422b..ea3d526eebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.8.41 + 17.8.42 release 17.7.0 15.1.0.0