How can I target .Net 4.0 Beta using NAnt? -
I am Microsoft. I want to start testing my project using the .NET 4.0 beta version which has already been released. I know that Nant needs to update the nant.exe.config file to add the "Net-4.0" target structure, does anyone know what the necessary changes are?
If you want to use nant to create project targeting .NET 4.0, then you NAnt.exe.config
Need to modify and add the Net4.0 target structure. & lt; startup & gt;
section.
Comments
Post a Comment