When I try to add RestSharp to a portable class library project using nuget, I get the following:
Could not install package 'RestSharp 104.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.0,Profile=Profile104', 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.
I assume then it is not supported? If that be the case anyone have any suggestions on how to get this to work?