From 575392ab9b6c8b6b25cac0179d3b173c41ccb545 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 12:39:06 -0800 Subject: [PATCH 1/2] Correct feed --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5625dbd3a..7b54ce752 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ed47bcd..426ff142d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,23 +3,23 @@ https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 73f0352d1cc739ce20019e5b059dc3b4e1bf767d + b5160ead2f6b91d45b89edb3c29747f0a8e60a26 https://github.com/dotnet/sdk @@ -86,13 +86,13 @@ a47ca8f97e48fd858e0ee2aaab05c11f0c9bda1a - + https://github.com/dotnet/winforms - b3a34e6695615d67a167fdbc436fce1e885f986e + 9483a88b7764a74d71cbd449de6c56c1d5e0af21 - + https://github.com/dotnet/wpf - b30a16a465c9a0ed7e641a9d55df2f6e5c878a81 + 589ace3c9fdfa0f1ea1640b82304a6a7ac597871 diff --git a/eng/Versions.props b/eng/Versions.props index f8a64a108..6cf7d2e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,15 +12,15 @@ preview - 3.1.200-preview.20152.4 + 3.1.200-preview.20153.1 - 4.8.1-servicing.20069.13 + 4.8.1-servicing.19605.5 - 3.1.2-servicing.20069.7 + 3.1.2-servicing.20066.4 From 6dba88e32d3013655d403ce1bd7a4bc9502c946e Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 12:39:36 -0800 Subject: [PATCH 2/2] Test to prevent apphost not being identical --- src/redist/targets/GenerateLayout.targets | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index f0007c176..7dd9a4408 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -471,6 +471,39 @@ + + + + $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName) + $(IntermediateOutputPath)AppHostpkgExtract\ + + + + + + + + + + + + + + + + + + + + + +