NAnt SDK Documentation - v0.92

FrameworkFunctions.GetVersion Method

Gets the version of the current target framework.

Overload List

Gets the version of the current target framework.

public Version GetVersion();

Gets the version of the specified framework.

public Version GetVersion(string);

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace | GetTargetFramework