From ab317335b0b2b5f78ef711184b8229d79436ecb5 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 27 Apr 2023 17:21:35 -0500 Subject: [PATCH] Revert "GetReferenceAssemblyPaths continues on error in design-time builds (#8660)" This reverts commit 457218b3304b07a05c8b51640792d8125d36bba8. --- src/Tasks/Microsoft.Common.CurrentVersion.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets index 3c88dc06d8b..f36e079ea3b 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -1232,7 +1232,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. RootPath="$(TargetFrameworkRootPath)" TargetFrameworkFallbackSearchPaths="$(TargetFrameworkFallbackSearchPaths)" BypassFrameworkInstallChecks="$(BypassFrameworkInstallChecks)" - ContinueOnError="!$(BuildingProject)"> + >