Summary
    Gets or sets a list of include/exclude tags indicating of the dependency to
    exclude in the final package. The default value is 
		build,analyzers which can
    be over-written.
    - Namespace
 - Cake
.Common .Tools .NuGet .Pack  - Containing Type
 - NuSpecDependency
 
Syntax
public ICollection<string> Exclude { get; set; }
	Value
| Type | Description | 
|---|---|
| ICollection | 
					
