aspnetcore/test/WebSites/FilesWebSite/project.json

20 lines
499 B
JSON

{
"commands": {
"web": "FilesWebSite"
},
"compilationOptions": {
"emitEntryPoint": true
},
"resource": "EmbeddedResources/**",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}