I'm trying to follow this tutorial (https://samritchie.net/2012/09/17/nuget-packages-in-vs2012-templates/) to create a Visual Studio VSIX template with Nuget package dependencies that just auto-install when you download the template, but I'm running into issues.
I can't get the packages to auto-install. It's like the VSIX project is completely ignoring the <Wizard> tags in the .vstemplate. I think I must have skipped some essential step. Here's an equivalent tutorial I've been following too: http://docs.nuget.org/create/packages-in-visual-studio-templates
I think this part is the source of my confusion:

There is no such place to insert these tags in my .vsixmanifest file -- it's an editor thing where you have to fill in fields. I'm not sure how this translates.

The assets tab has a "New" option, but you can't choose a type that looks like .nupkg -- there's no option for that.
Thanks for any help.