aspnetcore/test/Microsoft.Net.Server.Functi.../Project.json

25 lines
675 B
JSON

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