fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
683 stars 146 forks source link

Update dependencies and add net452 support. #379

Closed gdziadkiewicz closed 4 years ago

gdziadkiewicz commented 4 years ago

Why?

I want to use FSharpx.Extras in my legacy net452 project.

How?

I restored net45 support to FSharpx.Collections (support was dropped in 2.0.0) and now I'm able to build FSharpx.Extras for net452 (FSharpx.Async works on net452).

gdziadkiewicz commented 4 years ago

@panesofglass Can you take a look?

gdziadkiewicz commented 4 years ago

@forki @mausch @panesofglass Can you help with getting this merged and released? This will have additional benefit of solving #382 build problems.