NAnt SDK Documentation - v0.92

Project.RuntimeFramework Property

Gets the framework in which NAnt is currently running.

[Visual Basic]
Public Property RuntimeFramework As FrameworkInfo
[C#]
public FrameworkInfo RuntimeFramework {get; set;}

Property Value

The framework in which NAnt is currently running.

See Also

Project Class | NAnt.Core Namespace