I have several projects in my VS solution. Whenever I add \"System.Net.Http\" NuGet package to one it shows as version 4.2.0.0. Then I do the same and add same NuGet Package
There is a new solution to this that works as of the 9th of October 2018.
System.Net.Http
to the latest version 4.3.4. If your project has the new project structure, edit it and make sure it includes the following package reference:
Search your solution and delete any existing binding redirects for System.Net.Http they will look as follows
Rebuild, the warning should now be gone and your code should build and run fine