Skip to content

Commit aee9e03

Browse files
Add rollforward to console proj to support .NET6 (#520)
Fixes #519
1 parent 4634194 commit aee9e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FSharpLint.Console/FSharpLint.Console.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AssemblyName>dotnet-fsharplint</AssemblyName>
1313
<RootNamespace>FSharpLint.Console</RootNamespace>
1414
<IsPackable>true</IsPackable>
15+
<RollForward>Major</RollForward>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)