如何安装不同版本的 sqlite 而不是提供的版本

How can I install a different version of sqlite rather that the one provided

我正在使用 sqlite 开发各种项目,sqlite 似乎一直在更新。就像我在一个项目中使用版本 1.0.105.1,当我在另一个项目中安装它时,我得到 1.0.105.2。我试图创建一个 entity framework,但出现此错误。 an error occurred while connecting to the database. the database might be unavailable. An exception of type 'System.InvalidCastException' occurred. 我想坚持使用一个版本一段时间。那么当我在 nuget 包管理器中只有 1.0.105.2 时,我该如何安装 1.0.105.1?

Install-Package System.Data.SQLite -Version 1.0.105.1