Skip to content

Remove net45 support #1209

Closed
Closed
@bgrainger

Description

@bgrainger

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions