fix(#I1884C): 升级 Longbow.Logging 组件修复 Exception 死循环问题
#Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1884C
This commit is contained in:
parent
9de164f9dd
commit
5911328cc7
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue