Re: [Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-07 Thread Gert Driesen
: Gert - Original Message - From: "Morris, Jason" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 07, 2003 3:15 AM Subject: [Nant-users] Specifying which .net framework to build against with .84 rc1 All, I noticed the following note in

Re: [Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-06 Thread Ian MacLean
Jason, your summary of the -k switch usage is correct. To set the framework to build with inside your build file use: ... ... nant.settings.currentframework is a special property name - changing it will change the current framework that you are building against. Ian All, I noticed the fol

[Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-06 Thread Morris, Jason
All, I noticed the following note in the release notes for .84 *On systems with both the .NET Framework 1.0 and .NET Framework 1.1 installed, NAnt will now execute on the .NET Framework 1.1 by default. Note, the default target framework has remained unchanged, and is still .NET Framework 1.0. T