fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

What is the reason to support so many target frameworks? #170

Closed xperiandri closed 10 months ago

xperiandri commented 11 months ago

I think this list is enough:

  1. netstandard2.0
  2. net5.0
  3. net6.0
deviousasti commented 10 months ago

Older framework apps (especially WPF apps) using Rx target net472, not netstandard20 because the target sizes are much larger when you bring in a single netstandard20 assembly. We'll have to support net472 as a target as long as System.Reactive actively supports it.