Net framework version in .runsettings file

Viewed 496

I want to poin my unit test .runsettings file to .Net 4.6.1 and I have tried to specify like below,

<TargetFrameworkVersion>Framework461</TargetFrameworkVersion>

but the run time is not able to identify it and throwing below error,

Error:

Invalid settings 'RunConfiguration'. Invalid value 'Framework461' specified for 'TargetFrameworkVersion'.

0 Answers
Related