-
Notifications
You must be signed in to change notification settings - Fork 300
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
Framework no longer supported #743
Comments
lol going to drop netstandard2.1 as well for crypot and json api support |
Since dotnet 2.1 is EOL'd in favor of 3.1 or 5/6 I don't think we really can or should support them, users should upgrade. I'm not sure that the work needed to support a deprecated platform is worth it for this project given the limited resources that we currently have. |
@brendandburns please see table https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support notice .netstandard vs .net vs .net core vs .netframework.
.Net CORE 2.1 is EOL this is not .net standard |
netcoreapp3.0 which impl the one netstandard2.1 is also eol However, I agree to provide support to netframework4.8 since it is still in support. (could be via netstandard2.0) |
@KnicKnic thanks for the explanation (all of the .NET versioning stuff is pretty opaque to me) I can see the value in supporting .NET framework 4.8 to handle legacy apps. However, I'm not certain that we have the resources to do it. We would be open to proposals as to how to best accomplish this support and also to support the work to actually implement the proposal once we design it. Perhaps the best approach would be to send a PR with a Markdown design document and we can comment/iterate on that until we are happy with the approach? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
In PR #603 the code was switched from emitting .netstandard 2.0 to .netstandard 2.1 . Can we change this back to .netstandard 2.0 Otherwise cannot use this package with .net Framework.
@tg123
The text was updated successfully, but these errors were encountered: