.Net 2.0 and .Net 3.0 use the same compilers and msbuild exe. All you
should need is the .NetFX 3.0 installed on your build machine and you
should be good to go. 

We didn't change our builds at all when we went to .Net 3.0.

BOb


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
Grabowski
Sent: Tuesday, February 26, 2008 3:43 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server
2008...nonet-3.0 ???

When I run the following command:

 nant -t:net-3.0

I get this output:

 NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
 Copyright (C) 2001-2007 Gerry Shaw
 http://nant.sourceforge.net

 Invalid framework 'net-3.0' specified.

 Possible values include:
 net-2.0 (Microsoft .NET Framework 2.0)
 net-3.5 (Microsoft .NET Framework 3.5)
 netcf-2.0 (Microsoft .NET Compact Framework 2.0)

It appears that I have 3.0 installed:

 C:\Windows\Microsoft.NET\Framework>dir /ad /b
 URTInstallPath_GAC
 v1.0.3705
 v1.1.4322
 v2.0.50727
 v3.0
 v3.5
 VJSharp

Any ideas why I can't target 3.0? I'm trying to build a library against
all versions of the framework installed on my machine. Why don't doesn't
net-1.0 and net-1.1 appear in the list of available frameworks from
NAnt?

A related question...I'm using nant on a 64-bit Windows Server 2008
installation so I have a Framework and a Framework64 directory:

 C:\Windows\Microsoft.NET>dir /ad /b
 authman
 Framework
 Framework64

Is it possible to tell nant to build against the Framework64 assemblies?

Thanks,
Ron

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to