It may happen that downloading a package from GitHub (e.g. WpWinNl.MapBindingDemo) after compiling the solution, the dependences are resolved but still remains an error like “Unable to locate ‘C:\…\Visual Studio 2016\Projects\MyProject\.nuget\nuget.exe“. What to do?
A simple solution is to download the nuget.exe file from here e put it in the proper path where the error says it is missing. Other solutions, may be more clean but a little more complex to implement, can be found in this forum thread: Prevent needing to add NuGet.exe to source control.
😉