Update templates and engine, pin ASP.NET package versions, add web item templates

This commit is contained in:
Mike Lorbetske 2017-04-19 20:07:10 -07:00
parent 8f2fcef544
commit 9ea9cbc8a6
5 changed files with 22 additions and 8 deletions

View file

@ -30,6 +30,7 @@ namespace Microsoft.DotNet.Cli.Build
private static string[][] _templatesAndArgs = new string[][]
{
new string[] { "console", "" },
new string[] { "mvc", "-au individual" },
};
public override bool Execute()