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

Commit d436955

Browse files
committed
Switch to xunit.runner.aspnet
1 parent f581863 commit d436955

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/Microsoft.Framework.Localization.Test/project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"dependencies": {
3-
"xunit": "2.1.0-*",
4-
"xunit.runner.dnx": "2.1.0-*",
3+
"xunit.runner.aspnet": "2.0.0-aspnet-*",
54
"Microsoft.Framework.Localization": "1.0.0-*"
65
},
76

87
"commands": {
9-
"test": "xunit.runner.dnx"
8+
"test": "xunit.runner.aspnet"
109
},
1110

1211
"frameworks": {
1312
"dnx451": { },
14-
"dnxcore50": {
13+
"dnxcore50": {
1514
"dependencies": {
1615
"System.Reflection": "4.0.10-beta-*"
1716
}

0 commit comments

Comments
 (0)