I want to start testing my project using the Microsoft .Net 4.0 Beta version that has already been released. I know that adding a “net-4.0” target framework to NAnt requires updating nant.exe.config file, does anyone know what are the necessary changes?
Share
If you want to use nant to build projects targeting .NET 4.0 you’ll have to modify
NAnt.exe.configand add the net-4.0 target framework and add a<supportedRuntime ... />line to the<startup>section.