fixes the build

main
Paul Schneider 8 years ago
parent a03978b037
commit eebf9399c0
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…