[.Net] Unable to locate \.nuget\NuGet.exe 問題解決辦法之一

取得專案後, 建置時回傳了  Unable to locate \.nuget\NuGet.exe
這時要怎麼處理呢??

問題出現的原因是專案下.nuget資料夾下NuGet.exe資料夾不存在導致的

 

解決辦法:

1.右鍵編輯NuGet.targets文件

將下載NuGet.exe的配置節點DownloadNuGetExe改為True.

然後儲存。專案就可以建置了。