Summary
    Gets or sets the package dependencies.
    
		- Namespace
 - Cake
.Common .Tools .NuGet .Pack  - Containing Type
 - NuGetPackSettings
 
Syntax
public ICollection<NuSpecDependency> Dependencies { get; set; }
	Value
| Type | Description | 
|---|---|
| ICollection | 
					The package files. | 
