Skip to content

Commit

Permalink
chore: Add windows target for WPF project template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 19, 2021
1 parent 6a8bddd commit 5cc7da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType Condition="'$(Configuration)'=='Release'">WinExe</OutputType>
<OutputType Condition="'$(Configuration)'=='Debug'">Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down

0 comments on commit 5cc7da6

Please sign in to comment.