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

33 lines
719 B
JSON

{
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support the Microsoft Account 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": {
"target": "project"
},
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}