Adding the MigrateAssembyInfo rule to the DefaultMigrationRuleSet.
This commit is contained in:
parent
017fe529c1
commit
43bf57531e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration
|
|||
new MigratePackageDependenciesAndToolsRule(),
|
||||
new MigrateConfigurationsRule(),
|
||||
new MigrateScriptsRule(),
|
||||
new MigrateAssemblyInfoRule(),
|
||||
new RemoveDefaultsFromProjectRule(),
|
||||
new CleanOutputProjectRule(),
|
||||
new SaveOutputProjectRule()
|
||||
|
|
Loading…
Reference in a new issue