Description
Given the recent release of dotnet 6.0, I've attempted to bump my project to that version. We're running into issues with FSharpLint not supporting dotnet 6.0, from what we can see.
Repro steps
Bump the dotnet version in the docker container to dotnet 6.0. dotnet tool restore works ok, but running:
dotnet fsharplint lint projectName.fsproj results in
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found.
- The following frameworks were found:
6.0.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=debian.11-x64
This is using the most recent (0.20.2) version of FSharpLint.
Thanks!
Description
Given the recent release of dotnet 6.0, I've attempted to bump my project to that version. We're running into issues with FSharpLint not supporting dotnet 6.0, from what we can see.
Repro steps
Bump the dotnet version in the docker container to dotnet 6.0.
dotnet tool restoreworks ok, but running:dotnet fsharplint lint projectName.fsprojresults inThis is using the most recent (
0.20.2) version of FSharpLint.Thanks!