-
Notifications
You must be signed in to change notification settings - Fork 152
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 .NetCore 2.0 test from command line #458
Comments
Hi @b7ns |
@b7ns are your tests multi-targeted? The |
Thanks @mikkelbu |
Note that it says
so my guess was that |
I have two prjects my library and test.
The test library contains only a simple test and reference to my library
Nuget packages installed for the test project:
dotnet verion 2.1.400
Running test from Visual Studio Test Explorer (2017), everything works fine, but when I running its from console I have the following output:
How to get rid of this error?
Sorry for my English.
The text was updated successfully, but these errors were encountered: