Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run using .NET Framework (and "quirks mode") that project.json is targeting #29

Closed
jcansdale opened this issue Aug 2, 2016 · 0 comments

Comments

@jcansdale
Copy link
Owner

jcansdale commented Aug 2, 2016

NOTE: When running tests using the 'dotnet test' based runners, run using the exact .NET Framework version and "quirks mode" they were compiled for.

When 'Run Test(s)' or 'Test With > .NET Framework' is used, the test runner should use the framework the target assembly was compiled for. Compiling for net20 should execute using .NET 2.0 and net451 should execute using .NET 4.0 with "quirks mode" set to .NET 4.5.1. The current "quirks mode" can be found using, AppDomain.CurrentDomain.SetupInformation.TargetFrameworkName.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant