From 70fa25f3d01f25d173d98109b8ce53052643a98d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 19 Jul 2016 15:59:14 +0200 Subject: [PATCH] using Yavsc.Api --- testOauthClient/project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testOauthClient/project.json b/testOauthClient/project.json index 71cca0ff..4fdb84f0 100755 --- a/testOauthClient/project.json +++ b/testOauthClient/project.json @@ -7,6 +7,7 @@ "defaultNamespace": "testOauthClient" }, "dependencies": { + "Yavsc.Api": "1.0.0", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final", @@ -20,7 +21,8 @@ "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final" + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", + "Newtonsoft.Json": "9.0.1" }, "commands": { "web": "Microsoft.AspNet.Server.Kestrel --server.urls=http://*:5002"