There are 2 projects in my solution. Xamarin iOS native and dotnetstandard 2.0. I need to use RestSharp in dotnetstandard 2.0 project. But when I create variable RestClient client;
it causes an error.
Pcl code is following:
When I remove this variable my project builds successfully. I have also tried to use RestSharp.Portable but faced another issues. What can I do?