diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae447fa4766..567340441d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,19 +71,19 @@ - + https://github.com/dotnet/arcade - 33235aeaaa886866a388926dc6d5d0e8b789aaaa + 6c1a2a69259c3f66af6176c9c70021b3d9989504 - + https://github.com/dotnet/arcade - 33235aeaaa886866a388926dc6d5d0e8b789aaaa + 6c1a2a69259c3f66af6176c9c70021b3d9989504 - + https://github.com/dotnet/arcade - 33235aeaaa886866a388926dc6d5d0e8b789aaaa + 6c1a2a69259c3f66af6176c9c70021b3d9989504 https://github.com/nuget/nuget.client @@ -98,9 +98,9 @@ df4ae6b81013ac45367372176b9c3135a35a7e3c - + https://github.com/dotnet/arcade - 33235aeaaa886866a388926dc6d5d0e8b789aaaa + 6c1a2a69259c3f66af6176c9c70021b3d9989504 diff --git a/eng/Versions.props b/eng/Versions.props index 1c7ed6d349f..707b6c0b2c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.12.61 + 17.12.62 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.26223.2 + 9.0.0-beta.26261.1 7.0.0 6.0.1 4.12.0-3.24463.9 diff --git a/global.json b/global.json index f9790cc894c..793eac3d127 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.26223.2" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26261.1" } }