From 5180006f049de53ac0a555b4690f84ee10f6309c Mon Sep 17 00:00:00 2001 From: webwarrior Date: Mon, 12 Feb 2024 13:07:43 +0100 Subject: [PATCH] Console: removed duplicate target fw definition Removed TargetFrameworks element from FSharpLint.Console.fsproj as there is already TargetFramework element defining the same value. --- src/FSharpLint.Console/FSharpLint.Console.fsproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FSharpLint.Console/FSharpLint.Console.fsproj b/src/FSharpLint.Console/FSharpLint.Console.fsproj index f04127e5d..f87de7dea 100644 --- a/src/FSharpLint.Console/FSharpLint.Console.fsproj +++ b/src/FSharpLint.Console/FSharpLint.Console.fsproj @@ -3,7 +3,6 @@ Exe net6.0 - net6.0 FSharpLint.Console Console application to run FSharpLint.