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