Skip to content

Commit

Permalink
fix linux/mac workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenwezel committed Nov 7, 2024
1 parent 692bf1c commit 1814bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<AnalysisLevel>latest-recommended</AnalysisLevel>
<RootNamespace>CompuMaster.TaskManagement.UI.WinForms</RootNamespace>
<OutputType>WinExe</OutputType>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<TargetFrameworks>net8.0-windows;net48</TargetFrameworks>
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>
<UseWinForms>true</UseWinForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<MyType>Empty</MyType>
</PropertyGroup>

Expand Down

0 comments on commit 1814bde

Please sign in to comment.