From b52a2ad18bb60828f5a1a2a4c2dedf86a7086e13 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 11 Nov 2020 10:21:35 -0800 Subject: [PATCH 1/2] Replace legacy packages with VS insertion packages for non-shipping version numbers. --- eng/Version.Details.xml | 6 +++++- eng/Versions.props | 4 ++-- global.json | 2 +- src/redist/targets/GenerateLayout.targets | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e7707ab3dc9..23d51bd0aae9 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 c8b96f41d29b..cde811835e44 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 4c58ff5f5fe8..46eb31d49331 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "5.0.100-rc.2.20479.15", "runtimes": { "dotnet": [ - "$(MicrosoftNETCoreAppInternalPackageVersion)" + "$(MicrosoftNETCoreAppRuntimePackageVersion)" ] } }, diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 1a1df0844b53..3da03f8a8057 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -8,8 +8,8 @@ $(VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion) - $(MicrosoftNETCoreAppInternalPackageVersion) - $(MicrosoftWindowsDesktopAppPackageVersion) + $(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion) + $(VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion) $(CoreSetupBlobVersion) From ad82c5d8e879a0db91bf231429cffdde1bd7d579 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 11 Nov 2020 11:07:43 -0800 Subject: [PATCH 2/2] Use non-shipping runtime version. Signed-off-by: Jeremy Koritzinsky --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 46eb31d49331..658e215de051 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "5.0.100-rc.2.20479.15", "runtimes": { "dotnet": [ - "$(MicrosoftNETCoreAppRuntimePackageVersion)" + "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" ] } },