using Yavsc.Api

This commit is contained in:
2016-07-19 15:59:14 +02:00
parent 225f1fa2d4
commit 70fa25f3d0

View File

@ -7,6 +7,7 @@
"defaultNamespace": "testOauthClient" "defaultNamespace": "testOauthClient"
}, },
"dependencies": { "dependencies": {
"Yavsc.Api": "1.0.0",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
"Microsoft.AspNet.Diagnostics": "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.Configuration.Json": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging": "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.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": { "commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls=http://*:5002" "web": "Microsoft.AspNet.Server.Kestrel --server.urls=http://*:5002"