alexrainman / ModernHttpClient

ModernHttpClient
MIT License
126 stars 28 forks source link

.netstandart 1.0 (PCL) support? #18

Closed SangI762 closed 5 years ago

SangI762 commented 5 years ago

Hi, I want to use this, but we can't upgrade our app to netstandart 2.0 now. Is there any solutions to use it with older Xamarin PCL project?

alexrainman commented 5 years ago

You can always install version 2.4.9.1 which supports PCL and can be installed on Net Standards 1.0

I tried to support it but some dependenciea don’t work.

SangI762 commented 5 years ago

Thanks for quick response. Yes, it works. Thanks again.

alexrainman commented 5 years ago

It is not possible to support Net Standard 1.0 for compatibility issues.