Migration X-Targeting
This commit is contained in:
parent
b1c5cb76eb
commit
944eb1e787
8 changed files with 99 additions and 174 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue