24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"version" : "0.1-alpha-*",
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Net.Server" : "",
|
|
"Xunit.KRunner": "0.1-alpha-*",
|
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
|
"xunit.assert": "2.0.0-aspnet-*",
|
|
"xunit.core": "2.0.0-aspnet-*",
|
|
"xunit.execution": "2.0.0-aspnet-*"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Runtime": ""
|
|
}
|
|
}
|
|
}
|
|
}
|