NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.SupportsPackageReferences Property

[This is preliminary documentation and subject to change.]

Indicates whether package references are supported by compiler for a given target framework. The default is false.

[Visual Basic]
<FrameworkConfigurable(Name:="supportspackagereferences", Required:=False, ExpandProperties:=True)>
Overridable Public Property SupportsPackageReferences As Boolean
[C#]
[FrameworkConfigurable(Name="supportspackagereferences", Required=False, ExpandProperties=True)]
public virtual bool SupportsPackageReferences {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.SupportsPackageReferences

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace