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..ea3d526eebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,12 +2,11 @@ - 17.8.41 + 17.8.42 release 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" } }