Remove ProjectJson solution and its tests

It is moved to cli-migration repo
This commit is contained in:
William Li 2017-04-23 16:33:07 -07:00
parent b6a2c01cf6
commit 093bf72c3c
237 changed files with 92 additions and 29475 deletions

View file

@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
"-r \"C:\\report.wfw\" " +
"--format-report-file-json");
Action a = () => result["dotnet"]["migrate"].Value<MigrateCommand>();
Action a = () => result["dotnet"]["migrate"].Value<MigrateCommandCompose>();
a.ShouldNotThrow<ParseException>();
}