NAnt SDK Documentation - v0.92

VjcTask.SupportsPackageReferences Property

Override to avoid exposing the configuration setting for this task as Visual J# will never support package references.

[Visual Basic]
Overrides Public Property SupportsPackageReferences As Boolean
[C#]
public override bool SupportsPackageReferences {get; set;}

Property Value

false, as the Visual J# compiler will never support package references.

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace