You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because all the latest projects using Identity in ASP.NET require to be running Newtonsoft.Json 12, get the following error when running "client.Authorize" example. I tried to install the 9 version, but wouldn't allow because it said Microsoft.Identity" depended on 12+. I used this through NuGet.
Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
The text was updated successfully, but these errors were encountered:
moto-geek
changed the title
Error Newtonsoft Dependency
Error Newtonsoft Version Dependency Possibly
Feb 23, 2019
Because all the latest projects using Identity in ASP.NET require to be running Newtonsoft.Json 12, get the following error when running "client.Authorize" example. I tried to install the 9 version, but wouldn't allow because it said Microsoft.Identity" depended on 12+. I used this through NuGet.
Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
The text was updated successfully, but these errors were encountered: