Remove P2PHelpers and simplify constructors in MsbuildProject

This commit is contained in:
Krzysztof Wicher 2016-11-30 13:43:43 -08:00
parent 26442c8769
commit 1f56e84b7e
5 changed files with 126 additions and 156 deletions

View file

@ -50,8 +50,7 @@ namespace Microsoft.DotNet.Tools.Remove.ProjectToProjectReference
List<string> references = app.RemainingArguments;
int numberOfRemovedReferences = P2PHelpers.RemoveProjectToProjectReferences(
msbuildProj,
int numberOfRemovedReferences = msbuildProj.RemoveProjectToProjectReferences(
frameworkOption.Value(),
references);