We have .NET Framework 4.6.2 on server. Our project uses the latest version of Newtonsoft.Json. When I try to run our project it fails with the following error:
Please verify if the version of System.Runtime.Serialization currently is 4.1.1.
Or try to install via nuget package console by using this command:
Install-Package System.Runtime.Serialization.Primitives -Version 4.1.0
You could try this to find what actually causes the issue: https://marketplace.visualstudio.com/items?itemName=MykolaTarasyuk.ReferenceConflictsAnalyser