fixes the build
This commit is contained in:
parent
adcd21532a
commit
119541b512
1 changed files with 57 additions and 51 deletions
|
|
@ -7,7 +7,9 @@
|
|||
"defaultNamespace": "testOauthClient"
|
||||
},
|
||||
"dependencies": {
|
||||
"YavscLib": {},
|
||||
"Yavsc.Abstract": {
|
||||
"type": "build"
|
||||
},
|
||||
"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",
|
||||
|
|
@ -28,7 +30,11 @@
|
|||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls=http://*:5002"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {}
|
||||
"dnx451": {
|
||||
"dependencies": {
|
||||
"System.Json": "4.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue