Skip to content

Commit

Permalink
ci: Enable windows targeting when building on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
data-miner00 committed Jan 3, 2024
1 parent 75c15e6 commit b8fbe86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Linker.Wpf/Linker.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b8fbe86

Please sign in to comment.