Skip to content

Commit

Permalink
Console: removed duplicate target fw definition
Browse files Browse the repository at this point in the history
Removed TargetFrameworks element from FSharpLint.Console.fsproj
as there is already TargetFramework element defining the same
value.
  • Loading branch information
webwarrior-ws committed Feb 12, 2024
1 parent a59b2d6 commit 5180006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FSharpLint.Console/FSharpLint.Console.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0</TargetFrameworks>

<Title>FSharpLint.Console</Title>
<Description>Console application to run FSharpLint.</Description>
Expand Down

1 comment on commit 5180006

@knocte
Copy link
Collaborator

@knocte knocte commented on 5180006 Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webwarrior-ws let's rather squash this

Please sign in to comment.