Skip to content

Commit

Permalink
AncesterDependencyRoots description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun06 committed Jan 18, 2024
1 parent 726ba66 commit 7507a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public DetectedComponent(TypedComponent.TypedComponent component, IComponentDete
/// <summary> Gets or sets the dependency roots for this component. </summary>
public HashSet<TypedComponent.TypedComponent> DependencyRoots { get; set; }

/// <summary> Gets or sets the dependency roots for this component. </summary>
/// <summary> Gets or sets the ancester dependency for this component. </summary>
public HashSet<TypedComponent.TypedComponent> AncesterDependencyRoots { get; set; }

/// <summary>Gets or sets the flag to mark the component as a development dependency or not.
Expand Down

0 comments on commit 7507a13

Please sign in to comment.