IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
146 stars 67 forks source link

netstandard 2.0 support #190

Open ahillfusion opened 5 months ago

ahillfusion commented 5 months ago

Hello,

I see that as of version 4.0 and higher, netstandard 2.0 is no longer supported. The main thing I see is that the dependency of IdentityModel changed to 4.0 and higher and that the target framework changed, but the IdentityModel package is compatible with netstandard 2.0 all the way to the latest version. Is there a specific limitation making the later versions not compatible with netstandard 2.0? Can this be made compatible with netstandard 2.0 again?