24 lines
463 B
JSON
24 lines
463 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "HotAddSample"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50"
|
|
]
|
|
}
|
|
}
|
|
} |