Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 46e60b1

Browse files
committed
Update tests to use official xunit
1 parent 5243789 commit 46e60b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.AspNet.StaticFiles.Tests/Project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
44
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
55
"Microsoft.AspNet.TestHost": "1.0.0-*",
6-
"Xunit.KRunner": "1.0.0-*"
6+
"xunit.runner.kre": "1.0.0-*"
77
},
88
"commands": {
9-
"test": "Xunit.KRunner"
9+
"test": "xunit.runner.kre"
1010
},
1111
"frameworks": {
1212
"aspnet50": {

0 commit comments

Comments
 (0)