I\'m installing NewtonSoft.Json for parsing Json in .NET application. When I\'m using Visual Studio(VS) 2012, it can not be installed via NuGet. This is the error I have go
Try removing existing version of package from solution package directory and then try the following command. It worked for me.
PM> Install-Package Newtonsoft.Json -Version 9.0.1