Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread keht
project.Log(Level.Info, str.ToString() + > *ver*); > } > ]]> > </code> > > > > > you will see it is still on 2.0 > > > > > From:&

Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread Gert Driesen
d submit a (documentation) bug report for this. Hope this helps, Gert From: liam_ke...@acushnetgolf.com [mailto:liam_ke...@acushnetgolf.com] Sent: donderdag 21 oktober 2010 21:09 To: keht Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] c# compiler selection for the task yeah, t

Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread Liam_Kenny
config file in your bin directory. LK From:keht To:nant-users@lists.sourceforge.net Date:10/21/2010 08:46 AM Subject:[NAnt-users] c# compiler selection for the

Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread keht
eferencing the correct framework > in your Nant.exe,.config file in your bin directory. > > LK > > > > > > From:keht > To: nant-users@lists.sourceforge.net > Date:10/21/2010 08:46 AM > Subject:[NAnt-users] c# compiler selection for the

Re: [NAnt-users] c# compiler selection for the

2010-10-21 Thread Liam_Kenny
:[NAnt-users] c# compiler selection for the

[NAnt-users] c# compiler selection for the

2010-10-21 Thread keht
Hi all, I want to use c# 3.0 features ("var" keyword, for example). But if I use it in the