diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 6102d2ef2cf..27d7e46ef80 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,14 +67,14 @@
-
+
https://github.com/dotnet/arcade
- 048a8c0ba5b72234301a3605c424ee9f9ff99772
+ e8483fe03c7d3257c68f6013441da5d72eeb8392
-
+
https://github.com/dotnet/arcade
- 048a8c0ba5b72234301a3605c424ee9f9ff99772
+ e8483fe03c7d3257c68f6013441da5d72eeb8392
@@ -96,9 +96,9 @@
919d4dbfb0dffb35a702417e28ceea652d248bc6
-
+
https://github.com/dotnet/arcade
- 048a8c0ba5b72234301a3605c424ee9f9ff99772
+ e8483fe03c7d3257c68f6013441da5d72eeb8392
diff --git a/eng/Versions.props b/eng/Versions.props
index ef3c96c0ce0..a858d67ab76 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -2,7 +2,7 @@
- 17.10.49
+ 17.10.50
release
17.8.3
15.1.0.0
@@ -52,7 +52,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.25562.3
7.0.0
6.0.0
4.10.0-3.24175.2
diff --git a/global.json b/global.json
index abc1012901d..3aafdfaa0a0 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.25555.2"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25562.3"
}
}