NuSpecDependency.

Exclude Property

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.

Syntax

public ICollection<string> Exclude { get; set; }

Value

Type Description
ICollection<string>