aspnetcore/test/AutobahnTestServer/project.json

16 lines
364 B
JSON

{
"exclude": "wwwroot/**/*",
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"content": [ "hosting.json" ]
}