Closed ghost closed 2 years ago
sqlsugar一直支持新版本的 System.Data.Sqlite ,nuget先安装sqlsugar然后在安装 System.Data.Sqlite , 如果还报错在发布层 也安装一下先装SQLSUGAR和 System.Data.Sqlite
我在项目中使用ReferencePackage方式进行引用管理,全部删除引用后先安装SqlSugar再安装System.Data.SQLite后,仍然会提示版本冲突
错误上面连教程都有了,按错误提示操作就行了
一直以为包管理会自动解决版本冲突的问题,看来还是需要在配置文件进行手动配置
`<Target Name="ForceGenerationOfBindingRedirects" AfterTargets="ResolveAssemblyReferences" BeforeTargets="GenerateBindingRedirects" Condition="'$(AutoGenerateBindingRedirects)' == 'true'">
`
SQLite Team 在 nuget 上发布了 1.0.115.5 版本包,可否更新 SqlSugar 包引用,也不需要手动在发布文件夹拷贝 SQLite.Interop.dll