vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

NAnt build script does not build 2.0 targets #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Check out the sources
2. Build using Visual Studio solution
3. Build using NAnt and the supplied default.build

What is the expected output? What do you see instead?

Expect that Visual Studio solution and NAnt build script to build all
projects identically, including those that target .NET Framework 2.0 using
BackLINQ. Instead, NAnt build script builds only binaries that require 
.NET Framework 3.5.

Additional information:

Revision tested: r184

Original issue reported on code.google.com by azizatif on 6 May 2009 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 6 May 2009 at 9:43

GoogleCodeExporter commented 8 years ago
http://nant.sourceforge.net/faq.html#change-targetframework

Original comment by info%colinramsay.co.uk@gtempaccount.com on 18 May 2009 at 12:31

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by info%colinramsay.co.uk@gtempaccount.com on 20 May 2009 at 9:47