diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 43ff0ca020..e93f24e28b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -401,6 +401,10 @@
https://github.com/dotnet/core-setup
7d57652f33493fa022125b7f63aad0d70c52d810
+
+ https://github.com/dotnet/core-setup
+ f3f2dd583fffa254015fc21ff0e45784b333256d
+
https://github.com/dotnet/core-setup
diff --git a/eng/Versions.props b/eng/Versions.props
index 06986905cc..d2e01e6ef5 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -67,6 +67,7 @@
3.4.0-beta4-19569-03
3.1.1-servicing.19575.1
+ 3.1.1-servicing.19576.9
3.1.0
3.1.1-servicing.19575.1
2.1.0
diff --git a/global.json b/global.json
index 13a042781e..88df91565f 100644
--- a/global.json
+++ b/global.json
@@ -6,10 +6,10 @@
"dotnet": "3.1.100",
"runtimes": {
"dotnet/x64": [
- "$(MicrosoftNETCoreAppRuntimeVersion)"
+ "$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"dotnet/x86": [
- "$(MicrosoftNETCoreAppRuntimeVersion)"
+ "$(MicrosoftNETCoreAppInternalPackageVersion)"
]
},
"Git": "2.22.0",
diff --git a/src/Installers/Windows/WindowsHostingBundle/Product.targets b/src/Installers/Windows/WindowsHostingBundle/Product.targets
index dd2b113f35..ea34ff172d 100644
--- a/src/Installers/Windows/WindowsHostingBundle/Product.targets
+++ b/src/Installers/Windows/WindowsHostingBundle/Product.targets
@@ -26,10 +26,10 @@
-
+
dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe
-
+
dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe