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
Try and see if this helps:
in solution explorer, right click on the project name and select 'Enable Nudget package restore'
also remember to rebuild each of your projects
wait until it gets restored and run the project if it works fine