I want to create a seed project for VS 2015 with the basic setup for Angular2 on ASP.NET Core, so I would like to make it as a template.
On the New Project window, under Extensibility I have a C# Project Template, but it targets the Full .NET Framework.
I also tried exporting a .NET Core sample project as template, but it doesn't work with .NET Core either. When I select it as the template for the new project, it as an empty project on VS with a 'Object reference not set to an instance of an object' error on my Error List window.
Is there any other way to create a template for .NET Core?