aspnetcore/test/WebSites/FilesWebSite/project.json

22 lines
500 B
JSON

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