morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.63k stars 409 forks source link

Set baseline target to .NET Standard 2.0 #987

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

In order to reduce maintenance going forward, set baseline target to .NET Standard 2.0 for the next major release (4) where we can afford breaking changes. This still supports a considerably wide set of (mostly supported) .NET implementations. The following from .NET Standard 1.0 will no longer be supported:

This will help also PR #945 and and the older issue #348.