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

Added back support for .NET versions lower than 8.0 #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MinikPLayer
Copy link

Project was moved to net8.0 in commit aac8047.
Because of that it's no longer possible to reference this project at all in .NET versions lower than 8.0 which also include .NET Framework.
This PR changes net8.0 target framework to .NET Standard 2.0, .NET 5.0 and .NET 6.0 to support other frameworks without losing functionality.
Supported versions:

  • .NET Standard 2.0: .NET Framework + .NET Core < 5.0
  • .NET 5.0: .NET Core 5.0
  • .NET 6.0: .NET Core 6.0+
    Versions 5.0 and 6.0 had to be separated to support SupportedOSPlatform attribute on interfaces (which .NET 5.0 doesn't support).

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.

1 participant