Skip to content

Commit 08687fb

Browse files
committed
Fix: allow building on Ubuntu
1 parent c1b7ebe commit 08687fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MoonPress.BlazorDesktop/MoonPress.BlazorDesktop.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<UseWPF>true</UseWPF>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
9+
<!-- Allow building on Ubuntu (CI) -->
10+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
911
</PropertyGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)