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

37 lines
809 B
JSON

{
"version": "1.2.0-*",
"description": "Additional APIs for ASP.NET Core data protection.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/dataprotection"
},
"tags": [
"aspnetcore",
"dataprotection"
]
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": {
"target": "project"
},
"Microsoft.AspNetCore.DataProtection.Sources": {
"type": "build",
"target": "project"
},
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
}
}