22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"version": "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting": "",
|
|
"Microsoft.AspNet.Abstractions":"0.1-alpha-*",
|
|
"Microsoft.AspNet.DependencyInjection":"0.1-alpha-*",
|
|
"Xunit.KRunner": "0.1-alpha-*",
|
|
"xunit.abstractions": "3.0.0-alpha-*",
|
|
"xunit2": "0.1-alpha-*",
|
|
"xunit2.assert": "0.1-alpha-*"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Runtime" : ""
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
}
|
|
} |