aspnetcore/test/Microsoft.AspNet.Hosting.Tests/project.json

21 lines
452 B
JSON

{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Hosting": "",
"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-*"
},
"configurations": {
"net45": {
"dependencies": {
"System.Runtime" : ""
}
}
},
"commands": {
"test": "Xunit.KRunner"
}
}