Skip to content

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