AppVeyor's xunit.console runner dropped to .NET 2.0
Hello! Starting from today, I experience build errors related to wrong xunit runner in AppVeyor, its .NET version was changed:
xUnit.net console test runner (64-bit .NET 2.0.50727.8000)
Previous builds used the correct version:
xUnit.net console test runner (64-bit .NET 4.0.30319.34209)
Why the version was changed and what should I do to choose the correct version?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by odinserj on 13 Jun, 2014 08:38 AM
This problem was solved using undocumented
xunit.console.clr4
runner instead ofxunit.console
runner.odinserj closed this discussion on 09 Aug, 2014 07:20 AM.