From d2bcbfb55ae6cdd864cc3bd4f0287a89bf555418 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 19 Jul 2016 15:51:04 +0200 Subject: [PATCH] use the MVC Json formatter --- Yavsc.Api/project.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Yavsc.Api/project.json b/Yavsc.Api/project.json index aaebb831..a8e0e138 100644 --- a/Yavsc.Api/project.json +++ b/Yavsc.Api/project.json @@ -1,23 +1,29 @@ { "version": "1.0.0-*", "description": "Api Class Library", - "authors": [ "Class Library template" ], - "tags": [""], + "authors": [ + "Class Library template" + ], + "tags": [ + "" + ], "projectUrl": "", "licenseUrl": "", "tooling": { "defaultNamespace": "Yavsc" }, - "dependencies": { + "dependencies": { "EntityFramework.Commands": "7.0.0-rc1-*", "EntityFramework.Core": "7.0.0-rc1-*", "EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*", "EntityFramework.Relational": "7.0.0-rc1-*", "EntityFramework7.Npgsql": "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": { - "net451": { } - } -} + "net451": {} + } +} \ No newline at end of file