I have nuget package restore enabled in my solution. However, when I try to build the project, I get this error:
This project references NuGet package(s) that ar
I had already done what the blog post recommends (through the options menu) and it still didn't build.
In the end I removed the Microsoft.Net.Http Nuget Package and Reinstalled it and that fixed it.