Remove P2PHelpers and simplify constructors in MsbuildProject
This commit is contained in:
parent
26442c8769
commit
1f56e84b7e
5 changed files with 126 additions and 156 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue