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

24 lines
562 B
JSON

{
"version" : "0.1-alpha-*",
"dependencies": {
"System.Reflection": "4.0.10.0",
"System.Runtime" : "4.0.20.0",
"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": ""
}
}
}
}