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

.NET Standard 2.0 Support? #16

Closed
NightOwl888 opened this issue Nov 15, 2020 · 1 comment · Fixed by #17
Closed

.NET Standard 2.0 Support? #16

NightOwl888 opened this issue Nov 15, 2020 · 1 comment · Fixed by #17

Comments

@NightOwl888
Copy link
Contributor

I see that you changed from .NET Standard 2.0 to 2.1 in 1d99a30. Why was this done? I don't see any other commits that use functionality that doesn't exist in .NET Standard 2.0.

We'd like to use this library, but since we are targeting .NET Standard 2.0 (and since it doesn't require extra configuration, testing on .NET Core 2.1) it is not compatible with all of our targets. To prevent versioning conflicts, it has always been Microsoft's recommendation to target the lowest version you can when building shared libraries. On the .NET Standard page:

We recommend you target the lowest version of .NET Standard possible.

Of course, .NET Standard 1.x is pretty much moot since .NET Core 1.x went out of support, but .NET Standard 2.0 is still the "standard" way that most libraries use to eliminate multi-targeting.

@kurtmkurtm
Copy link
Owner

For anyone in the future viewing this issue, please see PR discussion for details: #17

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

Successfully merging a pull request may close this issue.

2 participants