Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 将系统包添加到Xamarin PCL项目_C#_Xamarin_Portable Class Library - Fatal编程技术网

C# 将系统包添加到Xamarin PCL项目

C# 将系统包添加到Xamarin PCL项目,c#,xamarin,portable-class-library,C#,Xamarin,Portable Class Library,我的解决方案中有多个PCL项目和一个iOS项目。 当我点击 References->Edit 在iOS项目中,我得到了一个可以添加的多个包的列表,包括例如System.Json。在PCL项目中,此列表不包含系统包。是否可以将系统包如System.Json添加到PCL项目中 谢谢 系统。。。DLL:s通常用于特定的平台目标,因此不能,通常无法将它们添加到PCL项目中 如果您在专门寻找JSON功能,您可能需要考虑使用,这对于PCL是可用的。

我的解决方案中有多个
PCL项目
和一个
iOS
项目。 当我点击

References->Edit

iOS
项目中,我得到了一个可以添加的多个包的列表,包括
例如System.Json。
PCL
项目中,此列表不包含系统包。是否可以将
系统包
System.Json
添加到
PCL
项目中

谢谢

系统。。。DLL:s通常用于特定的平台目标,因此不能,通常无法将它们添加到PCL项目中

如果您在专门寻找JSON功能,您可能需要考虑使用,这对于PCL是可用的。