System.Net.Http v4.2.0.0 not loading
- Don Richardson
- Aug 5, 2019
- 1 min read
So.. it turns out that the incorrect dll is loaded via nuget.
As a work-around, redirect your manifest to look for 4.0.0.0 and it works.
Add this to your runtime dependency list in the config.
Comments