Skip to content

Commit e94a88c

Browse files
committed
Try setting RollForward on FSharpLint.Console to latestMajor
1 parent ee4ecfb commit e94a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpLint.Console/FSharpLint.Console.fsproj

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

1818
<ItemGroup>

0 commit comments

Comments
 (0)