Hide console by default

This commit is contained in:
Alessandro Proto 2023-02-12 17:33:06 +01:00
parent 1b2ad30759
commit 33037a40fc

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RollForward>Major</RollForward>
<PublishReadyToRun>false</PublishReadyToRun>