diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2f74529790d..1f3ef11d05b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,14 +71,14 @@ - + https://github.com/dotnet/arcade - 048a8c0ba5b72234301a3605c424ee9f9ff99772 + 952abb7faea30d565b847d31411d019904a613a0 - + https://github.com/dotnet/arcade - 048a8c0ba5b72234301a3605c424ee9f9ff99772 + 952abb7faea30d565b847d31411d019904a613a0 @@ -100,9 +100,9 @@ 0b8371953e61f6179f39f1d62ebbd6a251f335e0 - + https://github.com/dotnet/arcade - 048a8c0ba5b72234301a3605c424ee9f9ff99772 + 952abb7faea30d565b847d31411d019904a613a0 diff --git a/eng/Versions.props b/eng/Versions.props index 5ae5eea4e1c..36435a286c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.11.51 + 17.11.52 release 17.10.4 15.1.0.0 @@ -54,7 +54,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.25555.2 + 8.0.0-beta.25563.4 7.0.0 6.0.1 4.11.0-3.24313.9 diff --git a/global.json b/global.json index abc1012901d..4a7b5825391 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.25555.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25563.4" } }