26 lines
538 B
JSON
26 lines
538 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": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
"dnx451": {}
|
|
},
|
|
"content": [
|
|
"hosting.json"
|
|
]
|
|
} |