BuildTarget.Dependencies property

The names of targets upon which this target depends, if any.

public IReadOnlyList<string> Dependencies { get; }

See Also