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

Consider removing out of support TFMs #972

Closed
ViktorHofer opened this issue Apr 21, 2021 · 3 comments
Closed

Consider removing out of support TFMs #972

ViktorHofer opened this issue Apr 21, 2021 · 3 comments

Comments

@ViktorHofer
Copy link

From the README.md:

.NET Standard support: It must run on the full .NET Framework and all platforms supported by .NET Core.

Most libraries already target .NET Standard 2.0 or a supported platform that support .NET Standard 2.0 like

  • .NET Core 2.0 and above
  • .NET Framework 4.6.1 and above
  • UAP10.0.16299

I would suggest to consider dropping support for .NET Standard 1.3 and older .NET Framework versions in favor of a broader API set and a simplified dependency graph. Other open source repositories are dropping support for older targets as well, i.e. xunit v3. I would be willing to send a PR but wanted to open an issue to discuss this first.

@bgrainger
Copy link
Member

Duplicate of #636; let's move discussion there.

@bgrainger bgrainger changed the title Consider removing out of support TFMs #287 Consider removing out of support TFMs Apr 21, 2021
@bgrainger
Copy link
Member

I think I see a trend here... any particular reason why this is an important issue for MySqlConnector?

image

@bgrainger
Copy link
Member

Duplicate of #636

@bgrainger bgrainger marked this as a duplicate of #636 Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants