Yes... use MSBuild... specify target framework of 4.0 to Nant... this will run 
MSBuild 4.0 which will use the c# 4.0 compiler... but MSBuild will correctly 
target the .Net 3.5 runtime.

BOb

From: Stefan Arn [mailto:s...@ims.ch]
Sent: Wednesday, September 05, 2012 5:19 AM
To: 'nant-users@lists.sourceforge.net'
Subject: [NAnt-users] nant multitarget support?

I have C# code with 4.0 language features that need a C#4.0 compiler to 
compile. But the resulting code should run on .NET Framework 3.5. This is 
possible with VS2010 by simply selecting the target framework 3.5. But I had no 
luck with NAnt.

Is it possible to use the 4.0 compiler and target the 3.5 framework? I already 
tried to change the framework configuration in NAnt.exe.config without success. 
I also looked around for an option to specify the compiler exe file on the csc 
NAnt task.

What should I do? Any suggestions?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to