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