| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "version": "1.2.0-*",
- "description": "ASP.NET Core logic to protect and unprotect data, similar to DPAPI.",
- "packOptions": {
- "repository": {
- "type": "git",
- "url": "git://github.com/aspnet/dataprotection"
- },
- "tags": [
- "aspnetcore",
- "dataprotection"
- ]
- },
- "dependencies": {
- "Microsoft.AspNetCore.Cryptography.Internal": {
- "target": "project"
- },
- "Microsoft.AspNetCore.DataProtection.Abstractions": {
- "target": "project"
- },
- "Microsoft.AspNetCore.DataProtection.Sources": {
- "type": "build",
- "target": "project"
- },
- "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
- "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
- "Microsoft.Extensions.Options": "1.2.0-*",
- "NETStandard.Library": "1.6.2-*"
- },
- "frameworks": {
- "net451": {
- "frameworkAssemblies": {
- "System.Runtime": {
- "type": "build"
- },
- "System.Security": "",
- "System.Xml": "",
- "System.Xml.Linq": ""
- }
- },
- "netstandard1.3": {
- "dependencies": {
- "Microsoft.Win32.Registry": "4.4.0-*",
- "System.Security.Claims": "4.4.0-*",
- "System.Security.Principal.Windows": "4.4.0-*"
- }
- }
- },
- "buildOptions": {
- "allowUnsafe": true,
- "warningsAsErrors": true,
- "keyFile": "../../tools/Key.snk",
- "nowarn": [
- "CS1591"
- ],
- "xmlDoc": true
- }
- }
|