Hello Stack Overflow Community
My problem is simply what you see in the title I cant get the signal R client pack into my Project In Visual Studio. Attempting to do so results in this error.
Severity Code Description Project File Line Error Could not install package 'Microsoft.AspNet.SignalR.Client 2.2.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v4.2', 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. 0
I need the package and have been trying various workarounds but have not yet came out successful. Any tips or info would be very much appreciated.
I tried to add SignalR to an Android project and I got the very same error. I >think this could do the trick, try installing this component ( >components.xamarin.com/view/signalr ) in your android project (you will need to >remove newtonsoft json if it´s already installed) – xleon
This is just a Repost of xleons answer so I can mark the question as answered I am new to stack overflow so I hope this is appropriate.
Thanks for the Help @xleon This was exactly the solution I was looking for