Browse Source

Update the samples to use the latest AspNet.Security.OAuth.Introspection/AspNet.Security.OAuth.Validation packages

pull/369/head
Kévin Chalet 9 years ago
parent
commit
cd55cb7c1a
  1. 4
      samples/Mvc.Server/project.json

4
samples/Mvc.Server/project.json

@ -19,8 +19,8 @@
},
"dependencies": {
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha3-final",
"AspNet.Security.OAuth.Validation": "1.0.0-alpha3-final",
"AspNet.Security.OAuth.Introspection": "1.0.0-*",
"AspNet.Security.OAuth.Validation": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",

Loading…
Cancel
Save