aspnetcore/src/Microsoft.AspNet.Cryptograp.../project.json

27 lines
920 B
JSON

{
"version": "1.0.0-*",
"description": "Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.",
"dependencies": {
},
"frameworks": {
"net451": { },
"aspnet50": { },
"aspnetcore50": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.Globalization": "4.0.10-beta-*",
"System.Resources.ResourceManager": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Handles": "4.0.0-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*"
}
}
},
"compilationOptions": {
"allowUnsafe": true,
"warningsAsErrors": true
}
}