SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

Move to .NET 6 ? #767

Closed njlr closed 1 year ago

njlr commented 1 year ago

Many of the examples and the tests require netcoreapp3.1, which is no longer recommended. Since net6.0 is the latest LTS version, should we update to that?

Happy to send a PR!

ademar commented 1 year ago

Agreed, a PR would be welcome thanks.

ademar commented 1 year ago

Actually I just did this.