RE: [Nant-users] targetting specific frameworks

2005-06-14 Thread Bill Martin
Simon, If you want to be absolutly certain, then once you have compiled the assembly, open in ILDASM and inspect the manifest. Look for the reference to System.dll and check the version. The version 1.0 reference will look something like: .assembly extern System { .publickeytoken = (B7 7A 5C

RE: [Nant-users] targetting specific frameworks

2005-06-14 Thread Ryan Davis
I think that is saying that your version of NAnt was compiled for version 1.0. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 10:32 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users]