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

Commit 42436d3

Browse files
committed
Update xunit.runner.kre => xunit.runner.aspnet.
1 parent eb73ad6 commit 42436d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/Microsoft.AspNet.Authentication.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
1313
"Microsoft.AspNet.TestHost": "1.0.0-*",
1414
"Moq": "4.2.1312.1622",
15-
"xunit.runner.kre": "1.0.0-*"
15+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
1616
},
1717
"commands": {
18-
"test": "xunit.runner.kre"
18+
"test": "xunit.runner.aspnet"
1919
},
2020
"frameworks": {
2121
"dnx451": {

test/Microsoft.AspNet.Authorization.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"Microsoft.AspNet.Authorization": "1.0.0-*",
77
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
88
"Moq": "4.2.1312.1622",
9-
"xunit.runner.kre": "1.0.0-*"
9+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
1010
},
1111
"commands": {
12-
"test": "xunit.runner.kre"
12+
"test": "xunit.runner.aspnet"
1313
},
1414
"frameworks": {
1515
"dnx451": {

0 commit comments

Comments
 (0)