1
我遇到問題了解如何設置我的「目標框架.NET便攜」 我正在使用最新版本的Visual Studio for MAC。Xamarin軟件包未安裝。我錯過了什麼設置
這裏是我得到的警告信息。我有一個艱難的時間,瞭解什麼設置我缺少
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)
僅供參考 - 我不推薦使用這個軟件包。 Rx-Platform的所有者未列出此軟件包,這可能意味着該軟件包已被棄用或不應再使用。 https://www.nuget.org/packages/Rx-PlatformServices/2.3.0# –
嘗試配置文件7並重新安裝包 – Atul