Could not install package 'System.Net.Http 4.3.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259'
Last week I created an application and installed System.net.http via nuget.
This week I tried the same. I know I'm pushing my luck to expect it to work twice but I am a beginner at Xamarin.
Why does this happen?
I have circumvented the problem by installing Microsoft.Net.Http.
But the issues with Xamarin are tedious.