We've got an existing solution consisting of an ASP.NET MVC project and a bunch of libraries, all of the projects are targeting .NET 4.6.1.
After upgrading Visual Studio from 15.3 to 15.5 I get a few compile errors stating that it can't find the System.Net.Http assembly.
The type 'HttpResponseMessage' is defined in an assembly that is not referenced. You must add a reference to 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 would cause this issue. Why would upgrading Visual Studio from 15.3 to 15.5 result in these errors?