dotnet-remove-p2p implementation complete - no tests
This commit is contained in:
parent
6a703ffa73
commit
78d95b423e
4 changed files with 68 additions and 7 deletions
|
@ -50,8 +50,8 @@ namespace Microsoft.DotNet.Tools.Remove.ProjectToProjectReference
|
|||
|
||||
List<string> references = app.RemainingArguments;
|
||||
|
||||
int numberOfRemovedReferences = P2PHelpers.RemoveProjectToProjectReference(
|
||||
msbuildProj.Project,
|
||||
int numberOfRemovedReferences = P2PHelpers.RemoveProjectToProjectReferences(
|
||||
msbuildProj,
|
||||
frameworkOption.Value(),
|
||||
references);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue