aspnetcore/src/Microsoft.AspNetCore.DataPr.../project.json

26 lines
590 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 Data Protection shared code.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/dataprotection"
},
"dependencies": {},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Primitives": "4.0.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
},
"imports": [
"dotnet5.4"
]
}
},
"shared": "**\\*.cs",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
}
}