Xamarin包装无法安装。我缺少什么设置

时间:2017-11-25 14:21:31

标签: xamarin xamarin.forms nuget-package portable-class-library

我在理解如何设置我的"目标框架.NET portable" 我正在使用最新版本的Visual Studio for MAC。

这是我收到的警告信息。我很难理解我错过的设置

Checking compatibility for Rx-PlatformServices 2.3 with .NETPortable,Version=v4.5,Profile=Profile259.
Package Rx-PlatformServices 2.3.0 is not compatible with portable45-net45+win8+wp8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile259). Package Rx-PlatformServices 2.3.0 supports:
  - net40 (.NETFramework,Version=v4.0)
  - net45 (.NETFramework,Version=v4.5)
  - portable-net40+sl5+win8+wp8 (.NETPortable,Version=v0.0,Profile=Profile136)
  - portable-net45+win8+wp8 (.NETPortable,Version=v0.0,Profile=Profile78)
  - sl5 (Silverlight,Version=v5.0)
  - win8 (Windows,Version=v8.0)
  - wp71 (WindowsPhone,Version=v7.1)
  - wp8 (WindowsPhone,Version=v8.0)

PCL设置

Current Settings

1 个答案:

答案 0 :(得分:0)

Rx-PlatformServices 2.3 NuGet包不支持PCL Profile 259.

简易解决方案

将您的PCL个人资料更改为Profile78

推荐的解决方案

删除PCL项目并创建一个新的Netstandard 2.0项目来替换它。

Netstandard相对较新,已取代PCL,现已弃用。