aspnetcore/test/Microsoft.AspNet.TestHost.T.../project.json

19 lines
354 B
JSON

{
"dependencies": {
"Microsoft.AspNet.Hosting": "",
"Microsoft.AspNet.TestHost": "",
"Microsoft.Framework.Runtime.Interfaces":"1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"commands": {
"test": "Xunit.KRunner"
},
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime": ""
}
}
}
}