From d5b144126c02d55056a61098635072d16736efc8 Mon Sep 17 00:00:00 2001 From: webwarrior Date: Thu, 11 Jan 2024 15:01:44 +0100 Subject: [PATCH] Console: fix console app Add package references to fix `Could not load file or assembly ` bugs that prevented console app from working. --- src/FSharpLint.Console/FSharpLint.Console.fsproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FSharpLint.Console/FSharpLint.Console.fsproj b/src/FSharpLint.Console/FSharpLint.Console.fsproj index bb85b4ad6..f04127e5d 100644 --- a/src/FSharpLint.Console/FSharpLint.Console.fsproj +++ b/src/FSharpLint.Console/FSharpLint.Console.fsproj @@ -30,5 +30,7 @@ + +