29 lines
716 B
JSON
29 lines
716 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/dataprotection"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.DataProtection.Sources": {
|
|
"type": "build",
|
|
"version": ""
|
|
},
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.ComponentModel": "4.0.1-*",
|
|
"System.Diagnostics.Debug": "4.0.11-*"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
}
|
|
}
|