diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9aab76a213..6f094aac8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,19 +71,19 @@ - + https://github.com/dotnet/arcade - e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4 + d21db44e84b9038ea7b2add139adee2303d46800 - + https://github.com/dotnet/arcade - e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4 + d21db44e84b9038ea7b2add139adee2303d46800 - + https://github.com/dotnet/arcade - e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4 + d21db44e84b9038ea7b2add139adee2303d46800 https://github.com/nuget/nuget.client @@ -98,9 +98,9 @@ 5cba0ce666766b1db7cd75009575c7e12c4be72c - + https://github.com/dotnet/arcade - e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4 + d21db44e84b9038ea7b2add139adee2303d46800 diff --git a/eng/Versions.props b/eng/Versions.props index d35ab8b6ee..0f5f6cad93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,7 +49,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 - 9.0.0-beta.24426.3 + 9.0.0-beta.24429.5 7.0.0 6.0.1 4.12.0-3.24430.8 diff --git a/global.json b/global.json index 82f0811d4c..845d044a82 100644 --- a/global.json +++ b/global.json @@ -10,6 +10,6 @@ "xcopy-msbuild": "17.8.5" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24426.3" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24429.5" } }