using Yavsc.Api
This commit is contained in:
parent
6e55ca9368
commit
76106f3a7d
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue