1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -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",