22 lines
490 B
JSON
22 lines
490 B
JSON
{
|
|
"version" : "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting": "",
|
|
"Microsoft.AspNet.TestHost": "",
|
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
|
"xunit.assert": "2.0.0-aspnet-*",
|
|
"xunit.core": "2.0.0-aspnet-*",
|
|
"xunit.execution": "2.0.0-aspnet-*",
|
|
"Xunit.KRunner": "0.1-alpha-*"
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Runtime": ""
|
|
}
|
|
}
|
|
}
|
|
} |