Closed raghumirajkar closed 5 years ago
did you do some research on the topic?
https://www.nuget.org/packages/IdentityModel.AspNetCore.OAuth2Introspection/4.0.0-preview.6
Here's the latest preview using the same JSON.NET version as ASP.NET Core (which is 11.0.x)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.
Hi,
We are using the pre-release version of IdentityModel.AspNetCore.OAuth2Introspection (4.0.0-aultmore) with ASP.Net Core 2.0. Since we're using Newtonsoft.JSON 11.0, the build for our project fails due to IdentityModel's hard dependency on Newtonsoft.JSON 12.0.1. Is there any specific feature of latest version of newtonsoft that Identity model is using? If not, can the library downgrade the newtonsoft dependency to 11.0?