use the MVC Json formatter

main
Paul Schneider 10 years ago
parent 623aada074
commit d2bcbfb55a
1 changed files with 14 additions and 8 deletions

@ -1,23 +1,29 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Api Class Library", "description": "Api Class Library",
"authors": [ "Class Library template" ], "authors": [
"tags": [""], "Class Library template"
],
"tags": [
""
],
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"tooling": { "tooling": {
"defaultNamespace": "Yavsc" "defaultNamespace": "Yavsc"
}, },
"dependencies": { "dependencies": {
"EntityFramework.Commands": "7.0.0-rc1-*", "EntityFramework.Commands": "7.0.0-rc1-*",
"EntityFramework.Core": "7.0.0-rc1-*", "EntityFramework.Core": "7.0.0-rc1-*",
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*", "EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*",
"EntityFramework.Relational": "7.0.0-rc1-*", "EntityFramework.Relational": "7.0.0-rc1-*",
"EntityFramework7.Npgsql": "3.1.0-*", "EntityFramework7.Npgsql": "3.1.0-*",
"EntityFramework7.Npgsql.Design": "3.1.0-*", "EntityFramework7.Npgsql.Design": "3.1.0-*",
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*" "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
}, "Newtonsoft.Json": "9.0.1",
"System.Json": "4.0.20126.16343"
},
"frameworks": { "frameworks": {
"net451": { } "net451": {}
} }
} }
Loading…