21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Routing.Extensions": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "RoutingSample.Web"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
}
|
|
}
|