1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-09 20:03:47 -05:00

switch to json.net serializer for redis

This commit is contained in:
Kyle Spearrin
2016-06-21 19:41:48 -04:00
parent 6f7b8314bc
commit a07a682831
2 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"DataTableProxy": "1.2.0",
"Sendgrid": "6.3.4",
"StackExchange.Redis": "1.0.488",
"StackExchange.Redis.Extensions.Protobuf": "1.3.5",
"StackExchange.Redis.Extensions.Newtonsoft": "1.3.5",
"PushSharp": "4.0.10"
},