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