build: PetaPoco.Extensions 升级到 1.0.8 优化SQLite性能

This commit is contained in:
Argo Zhang 2019-07-15 08:21:00 +08:00
parent 58457c25c8
commit ddf54bccaf
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<PackageReference Include="Longbow.Web" Version="2.2.15" />
<PackageReference Include="Longbow.Cache" Version="2.2.12" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.6" />
<PackageReference Include="PetaPoco.Extensions" Version="1.0.7" />
<PackageReference Include="PetaPoco.Extensions" Version="1.0.8" />
</ItemGroup>
</Project>