diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23a5add8593..06834c2c8ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -58,9 +58,9 @@ - + https://github.com/dotnet/arcade - 048a8c0ba5b72234301a3605c424ee9f9ff99772 + 952abb7faea30d565b847d31411d019904a613a0 @@ -77,9 +77,9 @@ dc3d0694a4b31b8e27038431888cd4e8dd5b6cb6 - + https://github.com/dotnet/arcade - 048a8c0ba5b72234301a3605c424ee9f9ff99772 + 952abb7faea30d565b847d31411d019904a613a0 diff --git a/eng/Versions.props b/eng/Versions.props index b9009e1c3ca..32c39cbeccf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.8.45 + 17.8.46 release 17.7.0 15.1.0.0 @@ -51,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.25555.2 + 8.0.0-beta.25563.4 7.0.0 6.0.0 4.8.0-3.23465.5 diff --git a/global.json b/global.json index 0582e029359..f61503547e0 100644 --- a/global.json +++ b/global.json @@ -3,13 +3,13 @@ "allowPrerelease": true }, "tools": { - "dotnet": "8.0.121", + "dotnet": "8.0.122", "vs": { "version": "17.8.0" }, "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" } }