aspnetcore/test/AutobahnTestServer/project.json

30 lines
644 B
JSON

{
"exclude": "wwwroot/**/*",
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {}
},
"content": [
"hosting.json"
]
}