I am building a WPF application now but I am completely new to VS 2013.
One of my friend wants to work on this project with me so I copied my project directory to his computer.
The project doesn't work on his computer because there is a package missing. I redownloaded that package but it turns out that something I referenced in my project were deleted in the newer version of the package.
Is there a way that I can copy the existing NuGet Package on my computer to his computer?
Thanks a lot!