0

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.

4

1 回答 1

0

TextBlob将属性序列化为字符串需要 Json 库。有一些建议可以删除这种依赖并将TextBlob逻辑移至另一个包以避免此类问题,但尚未实现。

当前Azure 移动服务的最新版本 (1.3.1)需要 Newtonsoft.Json >= 6.0.0.4 ,因此安装 6.0.0.5 将使它们都工作。

于 2015-03-04T08:39:07.677 回答