How do I get nant to build projects that target the .NET 4.0 Framework?
|
|
If you want to use nant to build projects targeting .NET 4.0 you'll have to modify |
||
|
|
|
|
This is pretty similar to these questions/problems: http://stackoverflow.com/questions/1195389/msbuild-task-or-msbuild-exe-with-nant/1202121 Another option would be to directly call MSBuild from an block.
|
||
|
|
