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

V4.0 Change C# version from 9 to 12. Remove .NET Standard targets #360

Open
wants to merge 5 commits into
base: release/4.0
Choose a base branch
from

Conversation

nzdev
Copy link
Contributor

@nzdev nzdev commented Nov 20, 2023

What?

Removes targets for .NET Standard 2.0 and .NET Standard 2.1. Update to C# 12.

Why?
Allow for using default interface methods as part of C# 8 to evolve the API over time. .NET Framework does not support this feature so to allow use of default interface methods we should drop .NET Standard 2.0.
Removing .NET Standard 2.1 allows for C# 10 and .NET Standard 2.1 only is used for .NET Core, which is out of support.

@nzdev nzdev changed the title V4.0 Change C# version from 9 to 10. Remove .NET Standard targets V4.0 Change C# version from 9 to 12. Remove .NET Standard targets Jun 18, 2024
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 this pull request may close these issues.

2 participants