24 lines
578 B
JSON
24 lines
578 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Additional APIs for ASP.NET 5 data protection.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/dataprotection"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.DataProtection": "1.0.0-*",
|
|
"Microsoft.AspNet.DataProtection.Sources": {
|
|
"type": "build",
|
|
"version": ""
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {}
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
}
|
|
} |