27 lines
737 B
JSON
27 lines
737 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 utilities for key derivation.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/dataprotection"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Runtime.Extensions": "4.0.11-beta-*",
|
|
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
|
|
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true
|
|
}
|
|
}
|