Forgot to actually invoke the method to clean PackageRefs.

This commit is contained in:
Livar Cunha 2016-09-27 19:57:56 -07:00
parent 7e16ad0388
commit 77ada164c6

View file

@ -28,6 +28,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Rules
var propertyGroup = migrationRuleInputs.CommonPropertyGroup;
CleanExistingProperties(csproj);
CleanExistingPackageReferences(csproj);
_transformApplicator.Execute(
FrameworksTransform.Transform(migrationRuleInputs.ProjectContexts.Select(p => p.TargetFramework)),