> > 2) Under Windows, is there a way of adjusting how do you tell NAnt /
your
> > buildfile to target the 1.0 platform or the 1.1 platform without
adjusting
> > the .config file?
>
There are two ways:
1. Use: -defaultframework option (-k is the short form). For example:
nant -k:net-1.1 -f:aaa.bui
- Original Message -
From: "Jason King" <[EMAIL PROTECTED]>
To: "nant list" <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 4:30 PM
Subject: [Nant-users] Platforms and frameworks
> Hello
>
> I am pleased to the concept of platforms and fra
Hello
I am pleased to the concept of platforms and frameworks in the
NAnt.exe.config file. I have figured out how to force NAnt to target the
MS.NET 1.1 framework when running under win32 (you change the default to
"net-1.1" in the platform tag right?) and that seems to work nicely.
Now, my ques