Ok. Really quick question, I\'m probably just being thick.
If you right-click on a projects \'references\' folder then \'Manage NuGet Packages\' you can then instal
The other answer here didn't help me. Here's what I did, I don't know any other way to do it. I'm using VS 2013.
PM> Install-Package Newtonsoft.JsonThis adds a relative path for the reference to the project, so it should work with other people getting the code from source control into different directories.