I want to create a project template that will have "Enable NuGet package restore" already enabled. But if I export a template with this option ticked, then when I try to create a new project (the first project in a new solution) based on this template I get the message that "..\Solution.nuget\nuget.targets" does not exist. Is it possible to install the necessary files automatically?
I can add the project to an existing solution, if the option is enabled.