This question is a bit old, but I decided to share how I am doing this to anyone looking for the same:
- Drag & drop the
packages.configfrom the project where the packages are already installed to the new project. - Open the Package Manager Console
- Type:
Update-Package -Reinstall -ProjectName [name of your target project]