Update xunit.runner.kre => xunit.runner.aspnet.
This commit is contained in:
parent
48f2d14413
commit
20bcd6346e
|
|
@ -4,10 +4,10 @@
|
|||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
||||
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
|
||||
"xunit.runner.kre": "1.0.0-*"
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"commands": {
|
||||
"test": "xunit.runner.kre"
|
||||
"test": "xunit.runner.aspnet"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue