Respond to review feedback

This commit is contained in:
Mike Lorbetske 2017-04-19 20:48:25 -07:00
parent 9ea9cbc8a6
commit 4dd1be1978
3 changed files with 0 additions and 21 deletions

View file

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