SQLite Forum

No interop libs with net48 and sqlite1.0.113 or higher
Login
It might be useful to examine the full MSBuild logs.  Can you build your project
with diagnostic logging enabled, e.g. something like:

   dotnet build the_project.csproj --verbosity diagnostic > "%TEMP\build.log"