NuSpecDependency.

Include Property

Summary

Gets or sets a list of include/exclude tags indicating of the dependency to include in the final package. The default value is all.

Syntax

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

Value

Type Description
ICollection<string>