side-waffle
side-waffle copied to clipboard
Add support for creating ASP.NET 5 item templates
trafficstars
We can create item templates for ASP.NET 5, but it requires a hack in which the csharp.vstemplate file is being used with a modified <ProjectType>ProjectK</ProjectType>. Instead of this we should support a new file aspnet5.vstemplate.
The changes will need to be made in TemplateBuilder
Fixed this a while back
Reopening as I never actually fixed this.
@sayedihashimi has this been tested with pecan-waffle?