I was working on a VS Extension Project, which required me to use HttpClient. However, I am running into following issue when attempting to create an instance of HttpClient.
"'Could not load file or assembly 'System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies."
Could someone guide me ?
Use a Http API that is built into .NET - like HttpWebRequest