1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Version adjustments

This commit is contained in:
Kyle Spearrin 2016-11-16 18:41:20 -05:00
parent 4867df0138
commit 347baca3ab
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{
"userSecretsId": "aspnet5-bitwarden-Api",
"version": "1.0.3",
"version": "1.1.0",
"dependencies": {
"Core": {
"target": "project"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",

View File

@ -3,7 +3,7 @@
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
"OtpSharp": "1.3.0.4",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
"Dapper": "1.42.0",
"DataTableProxy": "1.2.0",
"Sendgrid": "6.3.4",