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

22 lines
509 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": {},
"dotnet5.4": {
"dependencies": {
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
}
}
},
"shared": "**\\*.cs",
"compilationOptions": {
"warningsAsErrors": true
}
}