Hi,
I get the below error when trying to debug a project I have just started in XF PCL 1.4.2 with the following code.
APIResponse arResponse = JsonConvert.DeserializeObject<APIResponse>(strJson);
Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies.
I have tried various sources of Newtonsoft.Json including NuGet, manually from the website and making sure I have the portable versions referenced. Any ideas?