Skip to content

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).

@bairog bairog mentioned this pull request May 8, 2025
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