Pin SQLite dep to non-vuln version (#13)

- Update deps
- Migrate to slnx / central pkg mgt

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-07-21 03:11:12 +00:00
parent eb36f2bc5e
commit 9c1bb512bb
10 changed files with 45 additions and 66 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.1" />
<PackageReference Update="FSharp.Core" Version="10.0.101" />
<PackageReference Include="Microsoft.Data.Sqlite" />
<PackageReference Update="FSharp.Core" />
</ItemGroup>
<ItemGroup>