Skip to content

Commit

Permalink
Merge pull request #15128 from iterate-ch/bugfix/post-build-run
Browse files Browse the repository at this point in the history
Force restore of net472 assemblies in $(TargetDir), otherwise netstandard2.0 is installed
  • Loading branch information
dkocher authored Sep 22, 2023
2 parents 2f450cc + c2eaf76 commit 778b491
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 778b491

Please sign in to comment.