diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 567340441d2..4da77d555ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,19 +71,19 @@ - + https://github.com/dotnet/arcade - 6c1a2a69259c3f66af6176c9c70021b3d9989504 + 9cf79e2a2ecf95c9b2aa6a321baaea009753e356 - + https://github.com/dotnet/arcade - 6c1a2a69259c3f66af6176c9c70021b3d9989504 + 9cf79e2a2ecf95c9b2aa6a321baaea009753e356 - + https://github.com/dotnet/arcade - 6c1a2a69259c3f66af6176c9c70021b3d9989504 + 9cf79e2a2ecf95c9b2aa6a321baaea009753e356 https://github.com/nuget/nuget.client @@ -98,9 +98,9 @@ df4ae6b81013ac45367372176b9c3135a35a7e3c - + https://github.com/dotnet/arcade - 6c1a2a69259c3f66af6176c9c70021b3d9989504 + 9cf79e2a2ecf95c9b2aa6a321baaea009753e356 diff --git a/eng/Versions.props b/eng/Versions.props index 707b6c0b2c3..d1d626d98c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.12.62 + 17.12.63 release 17.11.4 15.1.0.0 @@ -53,7 +53,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.26261.1 + 9.0.0-beta.26278.4 7.0.0 6.0.1 4.12.0-3.24463.9 diff --git a/global.json b/global.json index 793eac3d127..d8ec425ce82 100644 --- a/global.json +++ b/global.json @@ -10,6 +10,6 @@ "xcopy-msbuild": "17.12.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26261.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26278.4" } }