我有一个xamarin.androind
类库项目。如果我向其添加Json.net
nuget包并尝试使用FormatterAssemblyStyle会出现以下错误:
Error 102 The type 'System.Runtime.Serialization.Formatters.FormatterAssemblyStyle' exists in both 'c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll' and 'c:\dev\nuget.packages\Newtonsoft.Json.6.0.3\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll'
项目引用文件夹portable-net40+sl4+wp7+win8
中的json.net,它确实有
FormatterAssemblyStyle
命名空间中的System.Runtime.Serialization.Formatters
。
我根本不知道它是如何编译的。