using Yavsc.Api

vnext
Paul Schneider 8 years ago
parent 225f1fa2d4
commit 70fa25f3d0
1 changed files with 3 additions and 1 deletions

@ -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"

Loading…