Hi Daniel,
Your post was helpful for me, but I'm still having problems.
My goal is to use the NuGet Copy Extension. I have installed the NuGet Extend using the command:
Thank you!
Your post was helpful for me, but I'm still having problems.
My goal is to use the NuGet Copy Extension. I have installed the NuGet Extend using the command:
NuGet.exe Install /ExcludeVersion /OutputDir "D:\Documents and Settings\myuser\Local Settings\Application Data\NuGet\Commands" AddConsoleExtension
After that, when I try to execute the command:NuGet.exe addextension nuget.copy.extension
I’m receiving the following error message:Method not found: 'Void NuGet.Commands.InstallCommand..ctor(NuGet.IPackageRepositoryFactory, NuGet.IPackageSourceProvider)'.
Do you know what I am doing wrong?Thank you!