Adding the MigrateAssembyInfo rule to the DefaultMigrationRuleSet.

This commit is contained in:
Livar Cunha 2016-10-26 15:49:00 -07:00
parent 017fe529c1
commit 43bf57531e

View file

@ -21,6 +21,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration
new MigratePackageDependenciesAndToolsRule(), new MigratePackageDependenciesAndToolsRule(),
new MigrateConfigurationsRule(), new MigrateConfigurationsRule(),
new MigrateScriptsRule(), new MigrateScriptsRule(),
new MigrateAssemblyInfoRule(),
new RemoveDefaultsFromProjectRule(), new RemoveDefaultsFromProjectRule(),
new CleanOutputProjectRule(), new CleanOutputProjectRule(),
new SaveOutputProjectRule() new SaveOutputProjectRule()