Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of unsupported frameworks #198

Closed
ForNeVeR opened this issue Aug 13, 2019 · 1 comment · Fixed by #199
Closed

Get rid of unsupported frameworks #198

ForNeVeR opened this issue Aug 13, 2019 · 1 comment · Fixed by #199
Assignees

Comments

@ForNeVeR
Copy link
Owner

According to the official Microsoft statements, the support for .NET Framework versions <4.5.2 has been officially ended.

Here's a Wikipedia table that summarizes the dates.

I don't think we want to support net40 that long. It's time we may migrate to 4.5.2 at least.

Note that dropping support of old frameworks is a breaking change and we should probably increment the major version if we're going to drop it.

@ForNeVeR ForNeVeR self-assigned this Aug 13, 2019
@ForNeVeR
Copy link
Owner Author

Motivation: this will allow us to use IReadOnlyDictionary and some other nice things from more modern frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant