aspnetcore/test/WebSites/ControllersFromServicesClas.../project.json

12 lines
221 B
JSON

{
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"net451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
}
}
}