aspnetcore/test/Microsoft.Net.Http.Server.F.../project.json

19 lines
421 B
JSON

{
"commands": {
"test": "xunit.runner.kre"
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": {
frameworkAssemblies: {
"System.Net.Http": "",
"System.Net.Http.WebRequest": ""
}
}
}
}