I am trying to figure out what to add to my build script to be able to choose what version of the .NET runtime I want to use.  I know that you can change settings in the NAnt.exe.config file but I want to change it at runtime.  Is there a task built yet to be able to choose this?  If not, I am going to write one as this is requirement for the project I am working on.  I guess the other thing that could be done is change the attributes for the CSC task to be able to tell it to use either the 1.0 framework or the 1.1 framework. 

Well, hopefully someone has already done this and the documentation just hasn't been updated yet...
 
Thanks!

Brenton House

Reply via email to