From d00843aa4ab1ca7919609698b3dabe78d728d020 Mon Sep 17 00:00:00 2001 From: Alistair McMillan Date: Tue, 25 Jul 2023 22:55:20 +0100 Subject: [PATCH] Fix for issue #32 I think WinExe OutputType means a GUI application, whereas Exe just means a console application. --- AuthenticodeLint/AuthenticodeLint.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthenticodeLint/AuthenticodeLint.csproj b/AuthenticodeLint/AuthenticodeLint.csproj index 53c430e..00df66f 100644 --- a/AuthenticodeLint/AuthenticodeLint.csproj +++ b/AuthenticodeLint/AuthenticodeLint.csproj @@ -1,6 +1,6 @@  - WinExe + Exe authlint AuthenticodeLint net6.0