fsprojects / FSharp.Control.AsyncSeq

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

netstandard2.1 only target forbids using the library in .net framework #132

Closed smoothdeveloper closed 3 years ago

smoothdeveloper commented 3 years ago

It seems since v3 release, this library is only targetting netstandard2.1.

It is not possible to reference it in F# projects targetting .net framework.

Can we add a separate target for it or set it back to netstandard2.0?

bddckr commented 3 years ago

See #124.

I've been using the latest AsyncSeq.fs and just adjusted the #ifdefs to allow netstandard2.0 without issues so far.

dsyme commented 3 years ago

Close in favour of https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/124

dsyme commented 3 years ago

3.0.5 released with support for both netstandard2.0 and netstandard2.1 https://www.nuget.org/packages/FSharp.Control.AsyncSeq/3.0.5