I'm having an issue with following build error in VS2017
Error CS0433: The type 'HttpClient' exists in both 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Net.Http, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' (20, 26)
I have been trying the following:
- Update all existing references to 4.1.1.2
- Install 4.1.1.2 to all projects in solution
- Added binding redirects to all projects
I'm for sure missing something, but what? Any way to find what is locking it to 4.0.0.0?