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

27 lines
700 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
}
}