NAnt SDK Documentation - v0.92

Project.Frameworks Property

Gets a collection of available .NET frameworks.

[Visual Basic]
Public ReadOnly Property Frameworks As FrameworkInfoDictionary
[C#]
public FrameworkInfoDictionary Frameworks {get;}

Property Value

A collection of available .NET frameworks.

See Also

Project Class | NAnt.Core Namespace