User1231829591 posted
I tried to install Newtonsoft Json in my project in Visual Studio 2012 and got the error
'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'.
I searched the web on this error and found many posts stating that the error is due to my version of Nuget being too old and needs to be replaced with the latest version. I did just that, restarted Visual Studio and tried to install Json.net once more and
got the same error.
I even made sure Json was not already in the packages.config file but that didn't help. Please suggest any other course of actions I can try.