[Nant-users] Targeting Multiple Versions of .NET framework

2003-07-21 Thread Mark Priest
- From: "Mark Priest" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 19, 2003 2:40 PM Subject: Re: [Nant-users] (no subject) > You probably have the 1.1 version of the .NET framework installed but Nant > uses the 1.0 version by default. The version

Re: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Mark Priest
Daniel, Thanks. I see this is a new flag in 0.8.3. I am using 0.8.2. Thanks, Mark - Original Message - From: "Daniel Nguyen" <[EMAIL PROTECTED]> To: "'Mark Priest'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

Re: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Mark Priest
Jarek, There does not appear to be a -k flag for Nant.exe. What did you mean by using the -k flag? Thanks, Mark a.. From: Jaroslaw Kowalski b.. Subject: Re: [Nant-users] Using multiple versions of framework c.. Date: Thu, 10 Jul 2003 13:41:48 -0700

Re: [Nant-users] (no subject)

2003-07-19 Thread Mark Priest
You probably have the 1.1 version of the .NET framework installed but Nant uses the 1.0 version by default. The version of the .NET framework being used is specified in NANT_INSTALL_DIR\bin\Nant.exe.config The default framework is set in the defaultframework attribute of the tag. I have changed