Skip to content

Commit

Permalink
EnableWindowsTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterjanDeClippel committed Aug 6, 2023
1 parent 960f4a0 commit c037001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KarnaughMap.Test/KarnaughMap.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<!-- Used for CI/CD on Ubuntu -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWindowsForms>true</UseWindowsForms>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions KarnaughMap/KarnaughMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<!-- Used for CI/CD on Ubuntu -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<PackageId>KarnaughMap</PackageId>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit c037001

Please sign in to comment.