aspnetcore/test/ServerComparison.Functional.../project.json

25 lines
599 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true
},
"testRunner": "xunit",
"dependencies": {
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
},
"frameworks": {
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Data": "",
"System.Net.Http": "",
"System.Xml": ""
}
}
}
}