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

25 lines
818 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 common types used by the various authentication middleware.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.SecurityHelper.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}