fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Update FSharp.Control.AsyncSeq to >= 3.0.5 #47

Closed daniel-chambers closed 2 years ago

daniel-chambers commented 2 years ago

Now that AsyncSeq supports netstandard2.0 again, we can support the 3.x version. v3.0.5 was the first version to restore support.

This PR also upgrades the FAKE/Paket tooling so it works on .NET SDK 6.

Fixes #46.