I made my .net framework project into a nuget package. I want to install that nuget package in another project, but I need to specify exactly where that nuget should be installed e.g (Shell/someDir/here). I understand that I have to edit the .nuspec but with what command?
Help would be greatly appreciated.