1
I am trying to use the Newtonsoft.Json library in mono, but I get the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
how did you add this library to the project? by Nugget?
– Marciano.Andrade
I went to References and added.
– Pedro Soares