chore: use WinExe output type
1 files changed, 1 insertions(+), 1 deletions(-) M src/PacketLogger/PacketLogger.csproj
M src/PacketLogger/PacketLogger.csproj => src/PacketLogger/PacketLogger.csproj +1 -1
@@ 1,6 1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <OutputType>Exe</OutputType> + <OutputType>WinExe</OutputType> <TargetFramework>net7.0</TargetFramework> <Nullable>enable</Nullable> <BuiltInComInteropSupport>true</BuiltInComInteropSupport>