Re: cambiar la version de .net framework

Jose Pino Medina <[email protected]>
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
On Tue, 7 Jul 2009 12:22:05 -0300, Gustavo Guillermo Franke
<[email protected]> wrote:
> Hola a todos
Hola,
> 
> Hice un checkout de un proyecto open source que lo tengo que construir
con
> Nant, pero falla por que la version del .net framework es incorrecta,
> alguien sabe como puedo solucionar esto? ya he googleado bastante y no
> encuentro informacion al respecto
Por lo que entiendo al usar Nant con agregar langversion="linq" compila
usando 3.0/3.5

como ejemplo quedaria algo asi :
...
<target name="build" description="Compila el proyecto">
<csc target="library" verbose="false" langversion="linq" output="test.dll">
			<sources>
				<include name="*.cs" />				
			</sources>
</csc>
</target>
...
> 
> 
> Target framework: Mono 2.0 Profile
> Target(s) specified: build
>    [script] Scanning assembly "990ca7d" for extensions.
> check-framework-version:
>      [echo] Running with mono-2.0
> BUILD FAILED
> /home/gustavo/nhibernate/trunk/nhibernate/default.build(115,5):
> ERROR: NHibernate requires .Net 3.5.
> 
> Saludos y Gracias.

Saludos y suerte

-- 
www.joil.cl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.