0
我想安裝WebSocket4Net到我的iOS/Android項目在Xamarin。WebSocket4Net不能Nuget依賴iOS項目
當我將它添加到Android項目時,一切都很好。當我嘗試將其添加到iOS項目,我看到這...
Install-Package : Could not install package 'WebSocket4Net 0.12'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does
not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package WebSocket4Net
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
我是否太舊/太新的項目添加或許?
你需要服務器還是客戶端? – vtortola