Migration X-Targeting

This commit is contained in:
Bryan Thornbury 2016-09-15 15:54:10 -07:00
parent b1c5cb76eb
commit 944eb1e787
8 changed files with 99 additions and 174 deletions

View file

@ -68,11 +68,6 @@ namespace Microsoft.DotNet.ProjectJsonMigration
private void VerifyProject(IEnumerable<ProjectContext> projectContexts, string projectDirectory)
{
if (projectContexts.Count() > 1)
{
MigrationErrorCodes.MIGRATE20011($"Multi-TFM projects currently not supported.").Throw();
}
if (!projectContexts.Any())
{
MigrationErrorCodes.MIGRATE1013($"No projects found in {projectDirectory}").Throw();