Multiple choice technology programming languages

Which is not true for Msbuild

  1. MSbuild is used to build .Net Solutions

  2. MSBuild cannot build .Net1.1 Solutions

  3. MSBuild can work together with NAnt

  4. All are correct

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All statements about MSBuild are correct: MSBuild is Microsoft's build tool for .NET solutions, it cannot build .NET 1.1 solutions (those require Visual Studio 2003 or the older .NET 1.1 SDK), and MSBuild can indeed work together with NAnt through integration or using both in different parts of a build process. Therefore, 'All are correct' is the right answer.