Closed xperiandri closed 1 year 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.
I think this list is enough:
netstandard2.0
net5.0
net6.0