24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel.Https": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Console": "4.0.0-*"
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"web": "SampleApp"
|
|
}
|
|
}
|