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
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
Post a Comment