visual studio 2010 - How change target framework for unit test under VS2010? -


in solution (under vs2008) have few web projects, few class libraries, unit test project.

it seems during solution conversion vs 2010 target framework unittest projects changed .net 4.0

when try change (i need check how system works in .net 3.5 , compare current behavior) receiving following error:

attempted re-targeting of project has been canceled. cannot change specified .net framework version or profile test project.

why can't change it? how can do?

thanks lot!

unfortunately, found negative answer:

http://connect.microsoft.com/visualstudio/feedback/details/483939/unable-to-change-target-framework-version-on-unit-test-projects

closed "won't fix"

http://connect.microsoft.com/visualstudio/feedback/details/514130/visual-studio-2010-beta-2-silently-upgrades-mstest-test-projects-to-net-4-0

clase "by design"

:(

p.s. 1 of suggested workarounds: don't use ms test :)


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -