From 94696f64047acc05f1bfe31a1e9990032d441f14 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 27 Jul 2016 10:47:08 +0200 Subject: [PATCH] removes the reference to Yavsc.Api Since it's a build for dnx451 only, it is useless --- Yavsc/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Yavsc/project.json b/Yavsc/project.json index 9d4c91de..c4cb5504 100755 --- a/Yavsc/project.json +++ b/Yavsc/project.json @@ -45,7 +45,6 @@ "defaultNamespace": "Yavsc" }, "dependencies": { - "Yavsc.Api": "1.0.0", "EntityFramework.Commands": "7.0.0-rc1-*", "EntityFramework.Core": "7.0.0-rc1-*", "EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*", @@ -105,7 +104,8 @@ "PayPalButtonManagerSDK": "2.10.109", "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", "Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final", - "Microsoft.AspNet.OWin": "1.0.0-rc1-final" + "Microsoft.AspNet.OWin": "1.0.0-rc1-final", + "System.Json": "4.0.20126.16343" }, "commands": { "web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000", @@ -141,4 +141,4 @@ "prepublish": "gulp min", "postpublish": "echo \" (cd ../build && . ./postPublish.sh) # to push in prod.\"" } -} +} \ No newline at end of file