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 netstandard1.3 support #1031

Closed
bgrainger opened this issue Sep 10, 2021 · 0 comments
Closed

Remove netstandard1.3 support #1031

bgrainger opened this issue Sep 10, 2021 · 0 comments
Milestone

Comments

@bgrainger
Copy link
Member

Now that MySqlConnector is targeting net6.0, it seems very unnecessary to also keep targeting netstandard1.3. There are a lot of #if blocks in the code purely for that target framework, and removing it would simplify a lot of code.

This also aligns with (part of) Microsoft's decision for their packages: dotnet/announcements#190

MySqlConnector 1.3.x is quite stable, and could continue to be used by netstandard1.3 consumers.

(Split from #636.)

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

No branches or pull requests

1 participant