I downloaded Newtonsoft.Json code from http://www.newtonsoft.com/json and opened Newtonsoft.Json.Net20.sln in VS 2013. When I build it I get a bunch of errors, all are in JsonPrimitiveContract.cs, here is one sample
Invalid expression term '[' C:\Users\<path removed>\Newtonsoft.Json-master\Src\Newtonsoft.Json\Serialization\JsonPrimitiveContract.cs 60 13 Newtonsoft.Json.Net20
I also tried compiling Newtonsoft.Json.sln, same errors. Obviously I am missing something, just don't know what?