diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8e7707ab3..23d51bd0a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -5,7 +5,7 @@
https://github.com/dotnet/windowsdesktop
c0d88e97c24130c78429dbee4444e4941b1c26f6
-
+
https://github.com/dotnet/windowsdesktop
c0d88e97c24130c78429dbee4444e4941b1c26f6
@@ -13,6 +13,10 @@
https://github.com/dotnet/windowsdesktop
c0d88e97c24130c78429dbee4444e4941b1c26f6
+
+ https://github.com/dotnet/runtime
+ 6cfef20c1524b8d4c1495a652dfe9e898c5a486b
+
https://github.com/dotnet/runtime
6cfef20c1524b8d4c1495a652dfe9e898c5a486b
diff --git a/eng/Versions.props b/eng/Versions.props
index c8b96f41d..cde811835 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -70,7 +70,7 @@
- 6.0.0-alpha.1.20557.2
+ 6.0.0-alpha.1.20557.2
6.0.0-alpha.1.20557.2
6.0.0-alpha.1.20557.2
6.0.0-alpha.1.20557.2
@@ -79,7 +79,7 @@
- 6.0.0-alpha.1.20559.4
+ 6.0.0-alpha.1.20559.4
6.0.0-alpha.1.20559.4
6.0.0-alpha.1.20559.4
diff --git a/global.json b/global.json
index 4c58ff5f5..658e215de 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "5.0.100-rc.2.20479.15",
"runtimes": {
"dotnet": [
- "$(MicrosoftNETCoreAppInternalPackageVersion)"
+ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
},
diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets
index 1a1df0844..3da03f8a8 100644
--- a/src/redist/targets/GenerateLayout.targets
+++ b/src/redist/targets/GenerateLayout.targets
@@ -8,8 +8,8 @@
$(VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion)
- $(MicrosoftNETCoreAppInternalPackageVersion)
- $(MicrosoftWindowsDesktopAppPackageVersion)
+ $(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)
+ $(VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion)
$(CoreSetupBlobVersion)