Skip to content

Commit

Permalink
fix(Sqlite): update sqlite to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Dec 12, 2023
1 parent 989c521 commit 07fe02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PollinationSDK/PollinationSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="LBT.Newtonsoft.Json" Version="12.0.3.23910" />
<PackageReference Include="LBT.RestSharp" Version="106.11.7.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 07fe02e

Please sign in to comment.