- Update to .NET 6.
-
Loosen Microsoft.* dependencies from ~> 5.0 to >= 5.0 to allow using 6.0+.
-
Update FSharp.Core to 6.0.
-
Remove references to Ply, use F# 6's own
task
instead. -
Move CI from AppVeyor to GitHub actions.
- Use tasks rather than async where relevant.