RestEase: Cannot install RestEase on a PCL with profile 259
Hi, First to commend on this great library, really awesome.
I initially tested this project on a shared project, for xamarin development, which has worked well (except for deserialization issues). I then wanted to use this library in a PCL, but I cannot get it to work. Does this library not support PCL? or are there other profiles I can try (already tried 111).
Could not install package 'RestEase 1.3.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', 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
Thanks
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (11 by maintainers)
Commits related to this issue
- Add support for netstandard1.1 A bit of a headache around the reflection API changing, and had to import QueryParamBuilder, but overall not too bad. Fixes #26 — committed to canton7/RestEase by canton7 7 years ago
- Add support for netstandard1.1 A bit of a headache around the reflection API changing, and had to import QueryParamBuilder, but overall not too bad. Fixes #26 — committed to canton7/RestEase by canton7 7 years ago
Looks like it’s technically possible for me to manually target PCL targets, as well
@canton7 Thank you for the quick response!! Great, thank you for making the updates!
Will give it a try first thing tom, and report back.