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

Commit 48e2a97

Browse files
author
N. Taylor Mullen
committed
Update xunit.runner.kre => xunit.runner.aspnet.
1 parent a864106 commit 48e2a97

File tree

1 file changed

+2
-2
lines changed
  • test/Microsoft.Framework.DependencyInjection.Tests

1 file changed

+2
-2
lines changed

test/Microsoft.Framework.DependencyInjection.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.1-alpha-*",
33
"dependencies": {
44
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
5-
"xunit.runner.kre": "1.0.0-*"
5+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
66
},
77
"frameworks": {
88
"dnx451": {
@@ -15,6 +15,6 @@
1515
"dnxcore50": { }
1616
},
1717
"commands": {
18-
"test": "xunit.runner.kre"
18+
"test": "xunit.runner.aspnet"
1919
}
2020
}

0 commit comments

Comments
 (0)