Summary
Override to avoid exposing the configuration setting for this
task as Visual J# will never support package references.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- VjcTask
Syntax
public override bool SupportsPackageReferences { get; set; }
Value
Type | Description |
---|---|
bool |
false , as the Visual J# compiler will never
support package references.
|