Summary
Lists project-to-project references.
- Namespace
- Cake
.Common .Tools .DotNet .Reference .List - Containing Type
- Dot
Net Reference Lister
Syntax
public IEnumerable<string> List(string project, DotNetReferenceListSettings settings)
Parameters
Name | Type | Description |
---|---|---|
project | string | The target project file path. If not specified, the command searches the current directory for one. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The list of project-to-project references. |