CompilerBase.

Packages Property

Summary

Specifies list of packages to reference.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[BuildElementCollection("pkg-references", "package")]
public virtual PackageCollection Packages { get; set; }

Attributes

Type Description
BuildElementCollectionAttribute Indicates that the property should be treated as a container for a collection of build elements.

Value

Type Description
PackageCollection