Bugs item #1845802, was opened at 2007-12-06 16:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1845802&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.86
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Steve Boyd (spoyd)
Assigned to: Nobody/Anonymous (nobody)
Summary: msbuild command  with v3.5 support still uses v2.0 msbuild

Initial Comment:
After setting the nant.settings.currentframework property like this:

<property name="nant.settings.currentframework" value="net-3.5" />

An msbuild task still builds using he v2.0 version of msbuild.

This can be fixed by setting the following attributes in the net-3.5 
<framework> tag:

version="3.5"
frameworkdirectory="${path::combine(installRoot, 'v3.5')}"


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1845802&group_id=31650

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to