I'm using Visual Studio(VS) 2010 Ultimate (with .NET 4.0) to install Json.NET (10.0.2) but get failed with error message:
'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'
I've tried to search solution for this and tried many ways like: update NuGet Package. but unfortunately, it didn't work. What is to be done?
More tried update:
- The version of NuGet Package: 2.8.60318.667
- Install Json.net version: 9.0.1 without problem