Summary
Gets or sets the framework to use for compilation.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public FrameworkInfo TargetFramework { get; set; }
Remarks
We will use compiler tools and system assemblies for this framework
in framework-related tasks.
Value
Type | Description |
---|---|
FrameworkInfo | The framework to use for compilation. |