Xamarin で iOS/Android プロジェクトに WebSocket4Net をインストールしようとしています。
それを 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
おそらくこれを追加するには、プロジェクトが古すぎる/新しすぎるのでしょうか?