Microsoft.IdentityModel.Tokens, Version=5.6.0.0 calling 'Newtonsoft.Json, Version=10.0.0.0,
See original GitHub issueTarget: .Net 4.6.1 System.IdentityModel.Tokens: v5.6.0 Newtonsoft.Json: v.12.0.3
I get this issue:
Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
…
…
Calling assembly : Microsoft.IdentityModel.Tokens, Version=5.6.0.0, Culture=neutral
newtonsoft should be greater then 10?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Could not load file or assembly 'Newtonsoft.Json' or one of ...
To solve this, I ensured all my projects used the same version by running the following command and checking the results:
Read more >Newtonsoft.Json dependency issues #422
As soon as I call the MessageResource.Create() method, it throws an exception: "Could not load file or assembly 'Newtonsoft.Json, Version=10.0.
Read more >Troubleshoot .NET Framework targeting errors
In this article. Reference a project or assembly that targets a different version of .NET; Re-target a project to a different version of...
Read more >How to solve Could not load file or assembly Microsoft ...
I have that using: Microsoft.Azure.Functions.Extensions.DependencyInjection; But I see you use "Microsoft.Extensions.DependencyInjection.Abstractions". It ...
Read more >Blue Prism 7.1 Third-Party Licenses and Acknowledgments
Open source components will only be adopted on a permissive license basis and there are no copyleft licenses as part of our third-party...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Apologies, I should have been more clear. Wilson is the code name for the library (set of IdentityModel assemblies). 6x refers to the major version of the next release.
@KamranShahid - We are planning on releasing Wilson 6x in a couple of weeks which won’t have an external Newtonsoft.Json dependency.