-
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
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]>
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
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