{ "exclude": "wwwroot/**/*.*", "dependencies": { "Microsoft.AspNetCore.Diagnostics": "", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" }, "compilationOptions": { "emitEntryPoint": true }, "commands": { "web": "RuntimeInfoPageSample" }, "frameworks": { "dnx451": { }, "dnxcore50": { } } }