aspnetcore/samples/StaticFileSample/project.json

18 lines
352 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "StaticFileSample"
},
"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},
}