Version Requirements

Minimum .NET runtime and framework requirements to run IdentitySuite in your environment

Official Support

Since v2.0, IdentitySuite exclusively supports net10.0 and is fully optimized for its runtime features.

IdentitySuite v1.x was originally designed for net9.0. This branch is now end-of-life: it will not receive updates, patches, or new features.

Using Older Runtimes

While IdentitySuite v1.x might still run on .NET 9, it is no longer maintained. Attempting to use .NET 8 or earlier runtimes will result in the following limitations:

  • Missing APIs: Calls to .NET 9/10-specific methods will throw MissingMethodException
  • Security gaps: New cryptographic features are not available on older runtimes
  • Performance loss: Token processing and identity operations are significantly slower
  • No support: Issues opened for non-.NET 10 environments will be closed as "won't fix"

Recommended Action

Upgrade your projects to .NET 10 for:

  • Full security patches and long-term support
  • Optimal performance
  • Access to all new IdentitySuite v2.0 features
Download .NET 10 SDK