neosmart/StreamCompare

NETCORE 2.2 is no longer supported

Closed this issue · 2 comments

dotnetcore 2.2 has reached end of life, i suggest to move to a supported release.
I think the best choice is the current LTS : .NET6.

Upgrade done on PR #2

Good point. .NET Core 2.2 was used as the primary target for the test suite (where EOL would be an issue) but its use in the main project as a targeted platform is technically OK since later versions of .NET (including .NET 6) are guaranteed to be able to interop with packages published against .NET Core 2.x - anyway, I've given more detailed thoughts on the matter in your PR and look forward to continuing the discussion with you there.