aspnetcore/test/WebSites/CorsMiddlewareWebSite/project.json

22 lines
463 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "CorsMiddlewareWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Cors": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"net451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50"
]
}
}
}