Hi, I am trying to install SignalR via nuget to a xamarinmac20 app/library and it is failing. It is failing because Xamarin Studio does not recognize 'portable-net45+sl5+win8+wpa81+wp8' as valid for adding into Xamarin Mac Mobile Framework. However, this should be supportable since it is Profile 344, and you can create a Profile 344 PCL and add it as a reference to a xamarinmac20. A workaround is to change the nuspec to target netstandard11, but 'portable-net45+sl5+win8+wpa81+wp8' is a subset of netstandard11 and should work out of the box.
Please help!