Skip to content

Commit 9a7b85d

Browse files
committed
Test/runner configuration.
1 parent 3400f2f commit 9a7b85d

File tree

2 files changed

+3565
-457
lines changed

2 files changed

+3565
-457
lines changed

test/Serilog.Settings.Configuration.Tests/project.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
},
2020
"dependencies": {
2121
"Serilog": "2.0.0-beta-507",
22-
"xunit": "2.2.0-beta1-build3239"
22+
"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"
2329
}
2430
}

0 commit comments

Comments
 (0)