Re: [Nant-users] Compiling with different versions of the framework

2003-01-11 Thread Ian MacLean
nuary 06, 2003 10:18 PM Subject: Re: [Nant-users] Compiling with different versions of the framework There isn't any direct support in NAnt for using a specific framework version of the runtime. It totally depends on your environment when running NAnt. Although it would be nice i

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Niels Berglund
OK - Thanks! Niels - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Niels Berglund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 10:18 PM Subject: Re: [Nant-users] Compiling with different version

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Scott Hernandez
nment. - Original Message - From: "Niels Berglund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 7:58 AM Subject: [Nant-users] Compiling with different versions of the framework > Is there any way to point to a specific version of the

[Nant-users] Compiling with different versions of the framework

2002-12-18 Thread Niels Berglund
Is there any way to point to a specific version of the compiler (1.0 or 1.1 and in the future newer versions) and system dlls to use at compile time? The only way I've seen so far is to change the path variable in the system, but I'm not sure what version of system.*.dll that would bring in. Niel