fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

Restore netstandard2.0 compatibility, update build environment, clean old files/lines #135

Closed beauvankirk closed 3 years ago

beauvankirk commented 3 years ago

There are many projects which depend on this package. By including Microsoft.Bcl.AsyncInterfaces as a conditional dependency, netstandard2.0 (and therefore .NET Framework 4.6.1+) compatibility can be restored.

This would resolve issues 124 and 132.

I was able to run/verify successful build with tests passing and docs built, on Windows and Ubuntu.

Version 3.0.3 is released on Nuget but doesn't appear to be present on any branch in this repo. Assuming next release would be 3.0.4.

dsyme commented 3 years ago

Thank you for this fantastic work @beauvankirk