fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

Build with the .NET 6 SDK #605

Closed Numpsy closed 10 months ago

Numpsy commented 11 months ago

refs #604

A basic start to update to something supported, and to handle a couple of compiler warnings that occur with newer SDK versions

Numpsy commented 11 months ago

It was an attempt to do one thing at once, and show those two code changes which could be done separately if wanted.

Also it needs Paket to be updated as in #603 as the existing version doesn't understand the newer TFMs

Numpsy commented 10 months ago

I'll close this in favour of #606