44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/dataprotection"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*",
|
|
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNet.DataProtection.Sources": {
|
|
"type": "build",
|
|
"version": ""
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.IO": "",
|
|
"System.Security": "",
|
|
"System.Xml": "",
|
|
"System.Xml.Linq": ""
|
|
}
|
|
},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"Microsoft.Win32.Registry": "4.0.0-*",
|
|
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
|
"System.Security.Claims": "4.0.1-*",
|
|
"System.Security.Principal.Windows": "4.0.0-*",
|
|
"System.Xml.XDocument": "4.0.11-*"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
}
|
|
}
|