I have a basic multi-project template created with Sidewaffle in VS2013 as per the guide here;
https://github.com/ligershark/side-waffle/wiki/How-to-create-a-multi-project-template
I'm struggling to find accurate steps to add all the NuGet dependencies to my templated sub projects. The instructions from the following are seemingly out of date and refer to a prior VSIX format (VS 2013 is using v2.0);
http://docs.nuget.org/create/packages-in-visual-studio-templates
I'm guessing my sub templates should have all their nuget packages and references removed prior to making them into a template. Then I need to modify them once templated to ensure the wizard adds the required NuGet packages to the solution when the user installs the template. This step doesn't seem to be documented anywhere.