更新 nuget 版本

This commit is contained in:
28810
2019-12-11 23:48:52 +08:00
parent 3c1e616f0b
commit cb074e7f0d
13 changed files with 259 additions and 241 deletions

View File

@ -26,7 +26,7 @@
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.112" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.0" />
</ItemGroup>
<ItemGroup>