I'm having trouble incorporating a Stomp client to use with my cross platform project. Going into NuGet and trying to add Apache.NMS.Stomp results in 'Could not install package 'Apache.NMS 1.5.1'. You are trying to install this package into a project that targets 'portable-net45+sl50+wp80+win+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework.
If I try to add the dll files manually then I get an incompatible system.
The type 'System.Uri is defined in an assembly that is not referenced. Consider adding a reference to assembly `System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
I'm a new C# developer and not used to these incompatibilities. Looking for any help to figure out how to use STOMP in Xamarin.
Thanks.