aspnetcore/src/Microsoft.AspNetCore.Authen.../project.json

30 lines
656 B
JSON

{
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"tags": [
"aspnetcore",
"authentication",
"security"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}