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

Remove net45 support #1209

Closed
bgrainger opened this issue Aug 19, 2022 · 2 comments · Fixed by #1210
Closed

Remove net45 support #1209

bgrainger opened this issue Aug 19, 2022 · 2 comments · Fixed by #1210
Assignees
Milestone

Comments

@bgrainger
Copy link
Member

The net45 target supports .NET Framework 4.5 (end of life 2016-01-12) through .NET Framework 4.6.0 (end of life 2022-04-26).

npgsql dropped net45 in 2019: #636 (comment)

Removing the #if NET45 code in MySqlConnector will simplify quite a few blocks of code; there are many special cases just for that TFM.

MySql.Data 8.0.30 still does have support for net452, which would allow it to support more platforms than MySqlConnector. However, MySqlConnector 2.1.12 should still be a great solution for anyone still developing for that platform.

@bgrainger bgrainger added this to the 2.2 milestone Aug 19, 2022
@bgrainger bgrainger self-assigned this Aug 19, 2022
@bgrainger bgrainger linked a pull request Aug 19, 2022 that will close this issue
@bgrainger
Copy link
Member Author

Merged to master.

@bgrainger
Copy link
Member Author

Removed in 2.2.0.

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

Successfully merging a pull request may close this issue.

1 participant