1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-10 00:51:22 +01:00
bitwarden-server/src/Core/project.json

24 lines
576 B
JSON

{
"dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
"OtpSharp": "1.3.0.4",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
"Dapper": "1.42.0",
"DataTableProxy": "1.2.0",
"Sendgrid": "6.3.4",
"StackExchange.Redis": "1.0.488",
"PushSharp": "4.0.10",
"WindowsAzure.Storage": "7.2.1"
},
"frameworks": {
"net461": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0.0",
"System.Data": "4.0.0.0"
}
}
}
}