|
@@ -2,7 +2,8 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<OutputType>Exe</OutputType>
|
|
|
- <TargetFramework>net8.0</TargetFramework>
|
|
|
+ <TargetFramework>net8.0-windows</TargetFramework>
|
|
|
+ <UseWindowsForms>true</UseWindowsForms>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
|
</PropertyGroup>
|