aspnetcore/src/Microsoft.AspNet.Authentica.../project.json

12 lines
312 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}