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

16 lines
369 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 blob storage repository for DataProtection.",
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"WindowsAzure.Storage": "4.3.0"
},
"frameworks": {
"net451": {},
"dnx451": {}
},
"compilationOptions": {
"warningsAsErrors": true
}
}