DotNetNext / SqlSugar

.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
https://www.donet5.com/Home/Doc
MIT License
5.35k stars 1.34k forks source link

更新 System.Data.Sqlite版本 #988

Closed ghost closed 2 years ago

ghost commented 2 years ago

SQLite Team 在 nuget 上发布了 1.0.115.5 版本包,可否更新 SqlSugar 包引用,也不需要手动在发布文件夹拷贝 SQLite.Interop.dll

DotNetNext commented 2 years ago

sqlsugar一直支持新版本的 System.Data.Sqlite ,nuget先安装sqlsugar然后在安装 System.Data.Sqlite , 如果还报错在发布层 也安装一下先装SQLSUGAR和 System.Data.Sqlite

ghost commented 2 years ago

我在项目中使用ReferencePackage方式进行引用管理,全部删除引用后先安装SqlSugar再安装System.Data.SQLite后,仍然会提示版本冲突 image

DotNetNext commented 2 years ago

错误上面连教程都有了,按错误提示操作就行了

ghost commented 2 years ago

一直以为包管理会自动解决版本冲突的问题,看来还是需要在配置文件进行手动配置

`<Target Name="ForceGenerationOfBindingRedirects" AfterTargets="ResolveAssemblyReferences" BeforeTargets="GenerateBindingRedirects" Condition="'$(AutoGenerateBindingRedirects)' == 'true'">

true

`