From efdec823b3edae13c6b3e7986f4d8ce856cfe07d Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Tue, 12 Mar 2024 00:00:08 +0000 Subject: [PATCH] Try setting RollForward on FSharpLint.Console to latestMajor refs #687, whereby it appears to not be able to process .NET 7 or 8 projects when running on .NET 6, and always using the latest version seems to help. It looks like the current roll foward behaviour was added for #519 to fix issues where only a newer version than the tool was built with is available, but this change would make it just use the latest all the time (so for example, if you have 6 and 8 installed, then it will use 8 all the time). --- src/FSharpLint.Console/FSharpLint.Console.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharpLint.Console/FSharpLint.Console.fsproj b/src/FSharpLint.Console/FSharpLint.Console.fsproj index 2a9d92b88..47036ca10 100644 --- a/src/FSharpLint.Console/FSharpLint.Console.fsproj +++ b/src/FSharpLint.Console/FSharpLint.Console.fsproj @@ -12,7 +12,7 @@ dotnet-fsharplint FSharpLint.Console true - Major + latestMajor