30 lines
813 B
JSON
30 lines
813 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x <machineKey> element.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/dataprotection"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
|
|
},
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": "4.0.0.0",
|
|
"System.Security": "4.0.0.0",
|
|
"System.Web": "4.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
"packInclude": {
|
|
"content/net451/": "web.config.transform"
|
|
}
|
|
} |