build: Mvc 升级修复 Cookie 缓存账户登录导致异常问题

This commit is contained in:
Argo Windows 2019-10-23 16:15:46 +08:00
parent 5d024e34d1
commit 1291e46938
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2-beta2" />
<PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2-beta3" />
<PackageReference Include="Longbow.Logging" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.0.0-preview8.19405.7" />
<PackageReference Include="Sentry.AspNetCore" Version="2.0.0-beta4" />

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2-beta1" />
<PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2-beta3" />
<PackageReference Include="Longbow.Logging" Version="3.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />