diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 303c0099304..ac80d476d33 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -71,14 +71,14 @@
-
+
https://github.com/dotnet/arcade
- 802042c6e779b73b4edb012ee1d5bae02ec8d41c
+ faa1471063676aca349da6b48c56dd0fc95aa869
-
+
https://github.com/dotnet/arcade
- 802042c6e779b73b4edb012ee1d5bae02ec8d41c
+ faa1471063676aca349da6b48c56dd0fc95aa869
@@ -100,9 +100,9 @@
919d4dbfb0dffb35a702417e28ceea652d248bc6
-
+
https://github.com/dotnet/arcade
- 802042c6e779b73b4edb012ee1d5bae02ec8d41c
+ faa1471063676aca349da6b48c56dd0fc95aa869
diff --git a/eng/Versions.props b/eng/Versions.props
index cc6feb7ff89..197ccce027a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -2,11 +2,11 @@
- 17.10.25
+ 17.10.26
release
17.8.3
15.1.0.0
- preview
+ servicing
true
true
@@ -50,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.25164.5
+ 8.0.0-beta.25204.7
7.0.0
6.0.1
4.10.0-3.24175.2
diff --git a/global.json b/global.json
index 5023d005478..296b75a2181 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.25164.5"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25204.7"
}
}