Skip to content

Commit b916d34

Browse files
Numpsywebwarrior-ws
authored andcommitted
FsLint.Console: change RollForward to LatestMajor
It looks like the current roll foward behaviour was added for built with is available. Changing this to LatestMajor, however, would make it just use the latest all the time (so for example, if you have both .NET6 and .NET8 installed, then it will use .NET8 all the time). Fixes #687
1 parent 030e924 commit b916d34

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)