Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fuseraft.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="YamlDotNet" Version="18.1.0" />

<!-- SQLite — skill index FTS5 -->
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.9" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.10" />
<!-- Bundle the native e_sqlite3 library inside the single-file executable so
it can be self-extracted at startup without a sibling .so file on disk. -->
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.3" />
Expand Down