Is there a specific need to have so many target frameworks?
I was under the impression that it's easier to target the lowest possible version, which is compatible with any newer version by design.
So this way we would have net35 instead of net35;net40;net45; and netstandard1.0 instead of netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;.
I may be missing something here, so please feel free to point out the reasons for this set of target frameworks.
Is there a specific need to have so many target frameworks?
I was under the impression that it's easier to target the lowest possible version, which is compatible with any newer version by design.
So this way we would have
net35instead ofnet35;net40;net45;andnetstandard1.0instead ofnetstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;.I may be missing something here, so please feel free to point out the reasons for this set of target frameworks.