In the last version of the nuget package "SQLite-Net Extensions PCL"
, the required version of Newtonsoft.Json has been bumped to >= 6.0.0.5.
Is there any particular reason for that ?
Because of that I can't update the package in my Azure Mobile Service project as Azure Mobile Service depends on Newtonsoft.Json = 6.0.0.4... annoying... :)
Or is there another way ? (except from building form source)
Thanks a lot.