Summary
Gets the references to other projects.
- Namespace
- Cake
.Common .Solution .Project - Containing Type
- ProjectParserResult
Syntax
public ICollection<ProjectReference> ProjectReferences { get; }
Value
| Type | Description |
|---|---|
| ICollection |
The references. |
