Add project.json package references to a VSIX

I’m not sure I’m understanding your question correctly, but if you’re trying to install a Project Template via a VSIX and you want the project template to include all it’s nuget packages when you use it you could do something like this. Edit your Project Template’s xproj file and add the following lines: <ItemGroup> <None … Read more