[This is preliminary documentation and subject to change.]
NOTE: This property is now obsolete.
Use the -[t]argetframework option instead.
Gets or sets the target framework to use (overrides NAnt.exe.config settings)
[Visual Basic]
<CommandLineArgument(Name:="defaultframework", ShortName:="k", Description:="Specifies the framework to target", Type:=CommandLineArgumentTypes.AtMostOnce), _
Obsolete(Message:="Use the -[t]argetframework option instead.", IsError:=False)>
[CommandLineArgument(Name="defaultframework", ShortName="k", Description="Specifies the framework to target", Type=CommandLineArgumentTypes.AtMostOnce)]
[Obsolete(Message="Use the -[t]argetframework option instead.", IsError=False)]