aspnetcore/samples/HotAddSample/project.json

18 lines
332 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "HotAddSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}