c# - Where to place NuGet -


i have downloaded google web api sample project. solution explorer contains .nuget folder missing on machine. nuget installed on system. build project rices error:

error 1 project references nuget package(s) missing on computer. enable nuget package restore download them. more information, see http://go.microsoft.com/fwlink/?linkid=322105. missing file c:\pro\gplus-quickstart-csharp-master\.nuget\nuget.targets. c:\pro\gplus-quickstart-csharp-master\gplus-quickstart-csharp\gplus-quickstart-csharp.csproj 196 5 gplus-quickstart-csharp

enter image description here

if remove .nuget folder have same error.

how configure nuget in system make project build?

have tried tools -> options -> nuget package manager , selecting allow nuget download missing packages?

then rebuild solution


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -