fix(#I1884C): 升级 Longbow.Logging 组件修复 Exception 死循环问题

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1884C
This commit is contained in:
Argo-2016 2020-01-10 18:33:04 +08:00
parent 9de164f9dd
commit 5911328cc7
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Longbow.Logging" Version="3.1.1-beta-02" />
<PackageReference Include="Longbow.Logging" Version="3.1.1-beta-03" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.1.1" />
<PackageReference Include="Sentry.AspNetCore" Version="2.0.0-beta7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-rc5" />

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Longbow.Logging" Version="3.1.1-beta-02" />
<PackageReference Include="Longbow.Logging" Version="3.1.1-beta-03" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.0" />
</ItemGroup>