Skip to content

Commit

Permalink
Force restore of net472 assemblies in $(TargetDir), otherwise netstan…
Browse files Browse the repository at this point in the history
…dard2.0 is installed

This results in subsequent launches of Cyberduck.exe to fail
  • Loading branch information
AliveDevil committed Sep 19, 2023
1 parent e0fe845 commit c2eaf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/main/package/package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectGuid>55cdd736-9a8a-4091-ac99-60e2f9c73269</ProjectGuid>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<AssetTargetFallback>net472;$(AssetTargetFallback)</AssetTargetFallback>
<EntryPointProjectUniqueName>..\csharp\Cyberduck.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit c2eaf76

Please sign in to comment.