We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3400f2f commit 9a7b85dCopy full SHA for 9a7b85d
test/Serilog.Settings.Configuration.Tests/project.json
@@ -19,6 +19,12 @@
19
},
20
"dependencies": {
21
"Serilog": "2.0.0-beta-507",
22
- "xunit": "2.2.0-beta1-build3239"
+ "xunit": "2.1.0",
23
+ "xunit.runner.visualstudio": "2.1.0",
24
+ "xunit.runner.dnx": "2.1.0-rc1-build204"
25
+ },
26
+ "commands": {
27
+ "test": "xunit.runner.dnx",
28
+ "test-dnxcore50": "xunit.runner.dnx"
29
}
30
0 commit comments