We have an existing solution, consisting of an ASP.NET MVC project and many libraries, all projects are aimed at .NET 4.6.1 .
After upgrading Visual Studio from 15.3 to 15.5, I get several compilation errors stating that I cannot find the System.Net.Http assembly.
The type "HttpResponseMessage" is defined in an assembly that is not referenced. You must add a reference to the assembly "System.Net.Http, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a".
I read the release notes , but I could not find anything that could cause this problem. Why do these errors occur when upgrading from Visual Studio 15.3 to 15.5?
source share