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

update packages

This commit is contained in:
Kyle Spearrin
2018-10-05 14:05:52 -04:00
parent 5cfb43bebf
commit 7176e0ea22
11 changed files with 17 additions and 17 deletions

View File

@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.9.10" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.4" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.5" />
</ItemGroup>
<ItemGroup>

View File

@ -23,7 +23,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:50025/"
"applicationUrl": "http://localhost:5003/"
}
}
}