| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "version": "1.1.0-*",
- "description": "ASP.NET Core data protection abstractions.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.DataProtection.IDataProtectionProvider\r\nMicrosoft.AspNetCore.DataProtection.IDataProtector",
- "packOptions": {
- "repository": {
- "type": "git",
- "url": "git://github.com/aspnet/dataprotection"
- },
- "tags": [
- "aspnetcore",
- "dataprotection"
- ]
- },
- "dependencies": {
- "Microsoft.AspNetCore.DataProtection.Sources": {
- "type": "build",
- "version": "1.1.0-*"
- },
- "Microsoft.Extensions.WebEncoders.Sources": {
- "type": "build",
- "version": "1.1.0-*"
- }
- },
- "frameworks": {
- "net451": {},
- "netstandard1.3": {
- "dependencies": {
- "System.ComponentModel": "4.0.1-*",
- "System.Diagnostics.Debug": "4.0.11-*",
- "System.Resources.ResourceManager": "4.0.1-*",
- "System.Runtime.Extensions": "4.1.0-*"
- }
- }
- },
- "buildOptions": {
- "warningsAsErrors": true,
- "keyFile": "../../tools/Key.snk",
- "nowarn": [
- "CS1591"
- ],
- "xmlDoc": true
- }
- }
|