Skip to content

Commit 0b77af1

Browse files
Disable WinForms reference
1 parent 049e58d commit 0b77af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Certify.UI.Desktop/Certify.UI.Desktop.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net9.0-windows</TargetFramework>
55
<UseWPF>true</UseWPF>
6-
<UseWindowsForms>true</UseWindowsForms>
6+
<UseWindowsForms>False</UseWindowsForms>
77
<ApplicationIcon>icon.ico</ApplicationIcon>
88
<StartupObject>Certify.UI.App</StartupObject>
99
<Platforms>AnyCPU</Platforms>
1010
<XamlDebuggingInformation>True</XamlDebuggingInformation>
1111
<NoWarn>NU1701</NoWarn>
1212
<LangVersion>latest</LangVersion>
13+
1314
</PropertyGroup>
1415
<ItemGroup>
1516
<ProjectReference Include="..\Certify.UI.Shared\Certify.UI.Shared.csproj" />

0 commit comments

Comments
 (0)