Does anyone know of a scaffolding generator I can use to generate ASP.NET Core apps in Angular or Aurelia that will work in Visual Studio 2015?
The 'dotnet new' and yeoman generators are great, but they scaffold applications in VS 2017 format.
I would like to use VS 2015 and I would really like to scaffold my app properly, like those generators do.