Merge pull request #6362 from mlorbetske/dev/mlorbe/Update20Templates

Update templates and engine, pin ASP.NET package versions, add web item templates
This commit is contained in:
Livar 2017-04-22 11:52:54 -07:00 committed by Livar Cunha
parent 542981f307
commit 4f6fbc4a7f
6 changed files with 15 additions and 22 deletions

View file

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