aspnetcore/test/WebSites/XmlFormattersWebSite/project.json

23 lines
545 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "XmlFormattersWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Linq.Queryable": "4.0.1-*"
}
}
}
}