aspnetcore/test/WebSites/SimpleWebSite/project.json

17 lines
336 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "SimpleWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}