Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

2008-03-11 Thread Mike Frederick
Thanks Gert, this has caused an explicit use of .NET 3.5 (-t:net-3.5) to work; but the default framework (default="auto" in NAnt.exe.config) still falls-back to 2.0. I changed the default= setting in NAnt.exe.config to default="net-3.5" and that seems to have fixed the default framework issue.

Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

2008-03-11 Thread Gert Driesen
Mike, Please try using the latest nightly build. I recently fixed a bug related to support for .NET Framework 3.5: http://nant.sourceforge.net/nightly/latest/releasenotes.html Let me know if that fixes the problem for you. Gert - Original Message - From: "Mike Frederick" <[EMAIL PROT

Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

2008-03-10 Thread Mike Frederick
OK, thanks Paul. So I have reset the NAnt.exe.config values back to their original values. And I run NAnt, specifying the target framework as .NET 3.5: c:\build\Titan>nant -f:environment.build IdentifyEnvironment -t:net-3.5 NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007

Re: [NAnt-users] Using 0.86 beta 1 for .NET 3.5

2008-03-10 Thread Paul LeBlanc
Mike, I'm a newbie at this but it seems fine to me since the CLR version has not changed for 3.0 or 3.5. The "net-3.5" should tell you which framework, and the rest is CLR related. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Frederick Sent: