From c2eaf76e78e7b15e13fb399a62440739c9eca9f1 Mon Sep 17 00:00:00 2001 From: AliveDevil Date: Tue, 19 Sep 2023 16:15:56 +0200 Subject: [PATCH] Force restore of net472 assemblies in $(TargetDir), otherwise netstandard2.0 is installed This results in subsequent launches of Cyberduck.exe to fail --- windows/src/main/package/package.wapproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/main/package/package.wapproj b/windows/src/main/package/package.wapproj index 3477aeb7c87..8906c0e6efb 100644 --- a/windows/src/main/package/package.wapproj +++ b/windows/src/main/package/package.wapproj @@ -22,7 +22,7 @@ 55cdd736-9a8a-4091-ac99-60e2f9c73269 10.0.22621.0 10.0.15063.0 - $(NoWarn);NU1702 + net472;$(AssetTargetFallback) ..\csharp\Cyberduck.csproj