Is there an existing issue for this?
Description
At the moment this provider references Microsoft.Data.Sqlite which includes the native SQLite libraries.
There is Microsoft.Data.Sqlite.Core which does not.
Should we reference that instead? It would then leave the choice of whether to bundle or not up the the consumer. (PR: #11)
What is the impact?
The native binaries would no longer be bundled.
Is there an existing issue for this?
Description
At the moment this provider references Microsoft.Data.Sqlite which includes the native SQLite libraries.
There is Microsoft.Data.Sqlite.Core which does not.
Should we reference that instead? It would then leave the choice of whether to bundle or not up the the consumer. (PR: #11)
What is the impact?
The native binaries would no longer be bundled.