Skip to content

Drop support for net461? #636

Closed
@bgrainger

Description

@bgrainger

To simplify the library (removing ifdefs), reduce package size, and possibly enable new features (e.g., pipelines, Utf8String?) remove support for the following platforms:

Should the minimum .NET Framework version be updated to 4.8, or stay at 4.7.1? Or dropped entirely?

Right now System.IO.Pipelines still supports netstandard1.3, so dropping old platforms may not strictly be necessary.

This is also a current advantage of MySqlConnector over MySql.Data: we support netstandard1.3 (vs netstandard2.0) and net45 (vs net452).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions