| 123456789101112131415161718192021222324252627282930 |
- {
- "version": "1.1.0-*",
- "description": "Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.",
- "packOptions": {
- "repository": {
- "type": "git",
- "url": "git://github.com/aspnet/dataprotection"
- },
- "tags": [
- "aspnetcore",
- "dataprotection"
- ]
- },
- "dependencies": {
- "NETStandard.Library": "1.6.1-*"
- },
- "frameworks": {
- "net451": {},
- "netstandard1.3": {}
- },
- "buildOptions": {
- "allowUnsafe": true,
- "warningsAsErrors": true,
- "keyFile": "../../tools/Key.snk",
- "nowarn": [
- "CS1591"
- ],
- "xmlDoc": true
- }
- }
|