18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"exclude": "wwwroot/**/*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "AutobahnTestServer"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
}
|
|
}
|