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

20 lines
410 B
JSON

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