I\'m using MVC 5 and .net 4.6 to create a web API that my mobile app can connect too.
Whenever I build the project I get hundreds of errors telling me that I need to add
In my case, below are the steps I followed;
dotnet restore
command via Visual Studio 2017 >> Tools >> NuGet Package Manager >> Package Manager Console.