Skip to content

Commit

Permalink
Try setting RollForward on FSharpLint.Console to latestMajor
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Mar 12, 2024
1 parent ee4ecfb commit e94a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpLint.Console/FSharpLint.Console.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AssemblyName>dotnet-fsharplint</AssemblyName>
<RootNamespace>FSharpLint.Console</RootNamespace>
<IsPackable>true</IsPackable>
<RollForward>Major</RollForward>
<RollForward>latestMajor</RollForward>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e94a88c

Please sign in to comment.