I'm using "TMockRunner nunit-console assembly.dll" to run typemock test on Teamcity build agent server.
The assembly.dll is targeted .NET 4.5 and nunit-console is version 2.6.4
However, when running the typemock test using TMockRunner.
It's mentioned the CLR Version: 2.0.50727.5485 ( Net 3.5 )
Execution Runtime: net-3.5
Which might be the reason causing some abnormal result in the test result.
The server has .NET Framework 4.6 installed.
May I know how to specified the .net version while running test by TMockRunner ?