32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Contains the core IDataProtector and IDataProtectionProvider abstractions for ASP.NET 5 Data Protection.",
|
|
"dependencies": {
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
|
|
"Microsoft.AspNet.DataProtection.Shared": { "type": "build", "version": "" }
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*",
|
|
"System.ComponentModel": "4.0.0-beta-*",
|
|
"System.Diagnostics.Debug": "4.0.10-beta-*",
|
|
"System.Reflection": "4.0.10-beta-*",
|
|
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
|
|
"System.Text.Encoding.Extensions": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
}
|
|
}
|