Hey Gert,
 
Isn't this something you can change on your local installation?
 
I assume you want us to change the default config file to allow this for our distributions. I'm fine with that, but I haven't tested it. Does everything work under the 1.1 final beta (and/or release)?
 
If there is no configuration/startup/supportedRuntime settings does it allow versions other than the one targeted in the assemblies? (I would have guessed that it would allow any runtime version.)
 
Is this lack of configuration data causing you any problem in running NAnt?
----- Original Message -----
Sent: Sunday, February 23, 2003 12:04 AM
Subject: [nant-dev] Adding .NET Framework 1.1 as supported runtime ?

Hi,
 
Would it be possible to change the NAnt.console.exe.config (in src/NAnt.Console), to allow it to run on the .NET Framework 1.1 runtime when both .NET Framework 1.0 and 1.1 are available on a system ?
 
To accomplish this, the following should be added the config file :
 
<configuration>
    ......
 
  <startup>
        <supportedRuntime version="v1.1.4322" />
        <supportedRuntime version="v1.0.3705" />
   </startup>

    .....
</configuration>
 
This would allow NAnt to run on the .NET Framework 1.1 Final Beta runtime, instead of .NET Framework 1.0 when both are available on a system.
 
Note: NAnt will still be able to run on the .NET Framework 1.0
 
Can someone do this (or should I supply a patch ?) or do we need to discuss this furher ?
 
Thanks
 
Gert

Reply via email to