You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just grabbed your nuget package (v0.9.0.0) and I've run into a reference problem with Xamarin 5. I guess Mono thinks you've referenced v2.0 of System.Net.Http, even though all of your other references (like System.Net.Http.Formatting) are pointing to v4.0. Your .csproj doesn't seem to specify a version in your reference to System.Net.Http. I'm not sure if you care if your package works with Xamarin/Mono on OSX, but I can have a look and send you a pull request with the fix if you like.
The text was updated successfully, but these errors were encountered:
Thanks! Pull requests are most welcome. We have found issues with some of the packages when trying to use them with the latest Web API release. I'm not sure if that's what you are seeing or not.
I just grabbed your nuget package (v0.9.0.0) and I've run into a reference problem with Xamarin 5. I guess Mono thinks you've referenced v2.0 of System.Net.Http, even though all of your other references (like System.Net.Http.Formatting) are pointing to v4.0. Your .csproj doesn't seem to specify a version in your reference to System.Net.Http. I'm not sure if you care if your package works with Xamarin/Mono on OSX, but I can have a look and send you a pull request with the fix if you like.
The text was updated successfully, but these errors were encountered: