| 123456789101112131415161718192021222324252627282930313233 |
- {
- "version": "0.1.0-*",
- "description": "Redis storrage support as key store.",
- "packOptions": {
- "repository": {
- "type": "git",
- "url": "git://github.com/aspnet/dataprotection"
- },
- "tags": [
- "aspnetcore",
- "dataprotection",
- "redis"
- ]
- },
- "dependencies": {
- "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
- "NETStandard.Library": "1.6.1-*",
- "StackExchange.Redis.StrongName": "1.1.605"
- },
- "frameworks": {
- "net451": {},
- "netstandard1.5": {}
- },
- "buildOptions": {
- "allowUnsafe": true,
- "warningsAsErrors": true,
- "keyFile": "../../tools/Key.snk",
- "nowarn": [
- "CS1591"
- ],
- "xmlDoc": true
- }
- }
|