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

Drop support for .NET Standard 2.1 #87

Closed
oliverbooth opened this issue Sep 12, 2023 · 0 comments · Fixed by #85
Closed

Drop support for .NET Standard 2.1 #87

oliverbooth opened this issue Sep 12, 2023 · 0 comments · Fixed by #85
Assignees
Labels
approved This issue has been approved by the developer backburner Development on hold or low-priority deprecation Deprecation of unnecessary feature netstandard2.1 Issue applies to .NET Standard 2.1. nuget An issue related to the NuGet package itself.
Milestone

Comments

@oliverbooth
Copy link
Owner

#86 means .NET Standard 2.1 will no longer be necessary to target, and this will pave the way for removing a lot of the conditional imports and various implementations based on platform.

It should be noted that this may be a breaking change to some legacy projects outside of Unity, however .NET Standard has not been Microsoft's focus for some time now, and all future development is going into .NET (Core), with v6 currently in LTS and v8 on the way soon.

This will allow X10D to only target modern frameworks, improving performance and stability all-round.

@oliverbooth oliverbooth added deprecation Deprecation of unnecessary feature approved This issue has been approved by the developer nuget An issue related to the NuGet package itself. vNext The next major version of X10D. netstandard2.1 Issue applies to .NET Standard 2.1. labels Sep 12, 2023
@oliverbooth oliverbooth added this to the 4.0.0 milestone Sep 12, 2023
@oliverbooth oliverbooth self-assigned this Sep 12, 2023
@oliverbooth oliverbooth added this to To do in X10D via automation Sep 12, 2023
@oliverbooth oliverbooth linked a pull request Sep 12, 2023 that will close this issue
@oliverbooth oliverbooth added backburner Development on hold or low-priority and removed vNext The next major version of X10D. labels Feb 3, 2024
X10D automation moved this from To do to Done Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This issue has been approved by the developer backburner Development on hold or low-priority deprecation Deprecation of unnecessary feature netstandard2.1 Issue applies to .NET Standard 2.1. nuget An issue related to the NuGet package itself.
Projects
X10D
Done
X10D.Hosting
Awaiting triage
Development

Successfully merging a pull request may close this issue.

1 participant