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

update projects to asp.net core 1.1.0

This commit is contained in:
Kyle Spearrin
2017-01-10 22:08:47 -05:00
parent 93cff6e283
commit 62d2a01962
4 changed files with 26 additions and 27 deletions

View File

@ -1,15 +1,14 @@
{
"dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
"Microsoft.AspNetCore.Identity": "1.1.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0",
"OtpSharp": "1.3.0.4",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
"Dapper": "1.42.0",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0",
"Dapper": "1.50.2",
"DataTableProxy": "1.2.0",
"Sendgrid": "6.3.4",
"StackExchange.Redis": "1.0.488",
"PushSharp": "4.0.10",
"WindowsAzure.Storage": "7.2.1"
"WindowsAzure.Storage": "8.0.0"
},
"frameworks": {