Re: [Nant-users] references to strongly named assemblies

2004-07-22 Thread Ian MacLean
Bert Jan Lappenschaar wrote: Imagine there are two different versions, version 1.0.0.0 and 2.0.0.0 of the same assembly in the GAC (so the assembly must have a strong name). How can I reference to a specific assembly (i.e. version 2.0.0.0) in the Files section of the Reference section in a CSC task

[Nant-users] references to strongly named assemblies

2004-07-22 Thread Bert Jan Lappenschaar
Hi,   Imagine there are two different versions, version 1.0.0.0 and 2.0.0.0 of the same assembly in the GAC (so the assembly must have a strong name). How can I reference to a specific assembly (i.e. version 2.0.0.0) in the Files section of the Reference section in a CSC task? Can I add