Address PR feedback

This commit is contained in:
Sridhar Periyasamy 2016-10-05 16:25:04 -07:00
parent 1d85c241b1
commit c6064677db
7 changed files with 27 additions and 17 deletions

View file

@ -68,7 +68,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration
var settings = new MigrationSettings(projectDir,
projectDir,
rootSettings.SdkPackageVersion,
tempMSBuildProjectTemplate.DeepClone());
tempMSBuildProjectTemplate);
MigrateProject(settings);
}
}