aspnetcore/samples/ElmPageSample/project.json

19 lines
437 B
JSON

{
"exclude": "wwwroot/**/*.*",
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "ElmPageSample"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}