ASP.NetCore 错误 NU1605 检测到包降级: Microsoft.Data.Sqlite 从 2.2.1 降级到 2.1.0

找到使用的.csproj文件

<PackageReference Include="Microsoft.Data.Sqlite" Version="2.1.0" />

更改成

<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.1" />

posted on 2019-01-18 16:18  技术高超  阅读(2165)  评论(0编辑  收藏  举报