Xamarin Studio中PCL中缺少引用

Xamarin Studio中PCL中缺少引用,xamarin,portable-class-library,Xamarin,Portable Class Library,我正试图在Xamarin Studio中为Mac设置一个iOS/Android跨平台PCL项目 但是,参考文献下未列出任何参考文献。所以我不能导入 using Newtonsoft.Json; 我得到这个错误: The type or namespace name 'Newtonsoft' could not be found. Are you missing an assembly reference? 我正在使用最新的Xamarin Studio(4.2.1版本1)。Mono 3.2.4

我正试图在Xamarin Studio中为Mac设置一个iOS/Android跨平台PCL项目

但是,参考文献下未列出任何参考文献。所以我不能导入

using Newtonsoft.Json;
我得到这个错误:

The type or namespace name 'Newtonsoft' could not be found. Are you missing an assembly reference?
我正在使用最新的Xamarin Studio(4.2.1版本1)。Mono 3.2.4


使用PCL配置文件49找到它。需要在引用下手动导入dll文件