output type exe

This commit is contained in:
Timothy Baldridge 2021-11-27 22:22:37 -07:00
parent 77d964c3b8
commit 328182dcfb

View File

@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>