openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 527 forks source link

Use Wilson 8.0 on .NET 8.0 and remove the System.* references that are brought transitively #2147

Closed kevinchalet closed 4 months ago

kevinchalet commented 4 months ago

Older TFMs will keep using Microsoft.IdentityModel.* 7.6.3 as the 8.x branch now depends on .NET 8.0 packages (e.g System.Text.Json 8.x), which is something we try to avoid here.