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

2010-10-21 Thread keht
ing>() { { "CompilerVersion", "v3.5" } }); CompilerResults results = sharpCompiler.CompileAssemblyFromDom(options, compileUnit); Regards, keht On Thu, Oct 21, 2010 at 23:15, <liam_ke...@acushnetgolf.com> wrote: > yeah, that is cool. > if you run: > > <?*xml* vers

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

2010-10-21 Thread keht
7;t understand why it happens. Framework is changed to 3.5 but script code is compiled using csc v2.0. Regards, keht On Thu, Oct 21, 2010 at 16:02, wrote: > I am not exactly sure what you are asking, as your post is a bit unclear. > > if you want to use C# 3 features in your app, m

[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