diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb9cbbab050..f9ce28e815b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,14 +71,14 @@ - + https://github.com/dotnet/arcade - bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 - + https://github.com/dotnet/arcade - bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 @@ -100,9 +100,9 @@ 0b8371953e61f6179f39f1d62ebbd6a251f335e0 - + https://github.com/dotnet/arcade - bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd + 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 diff --git a/eng/Versions.props b/eng/Versions.props index ad6fc740577..55d25631bf6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,8 @@ - 17.11.10release + 17.11.11release + release 17.10.4 15.1.0.0 servicing @@ -49,7 +50,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.24460.4 + 8.0.0-beta.24475.3 7.0.0 6.0.0 4.11.0-3.24313.9 diff --git a/global.json b/global.json index 5f2e94dca37..371719d0493 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.24460.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24475.3" } }