To setup xamarin studio IDE with visual studio community 2017 on Mac machine

49 Views Asked by At

At run time of xamarin cross platform app i want to access Microsoft SQL server database through Web API(web service) using System.Net.HttpClient. I have developed this xamarin cross platform app on windows 7 using visual studio community. In PCL class library i am not able to add reference of System.Net.HttpClient to access Microsoft sql server database trough web api request. Please give solution to resolve it either on windows system or mac system on which this project build is successful. On MAC machine how can i add reference of System.Net.HttpClient in PCL of xamarin app.

0

There are 0 best solutions below