简体   繁体   中英

Install-Package System.Data.SQLite.Core not working

I try to run this command Install-Package System.Data.SQLite.Core in Nuget console but it does nothing :/

在此处输入图片说明

You could try these:

  1. Try to do the same using the GUI. Right click in the project -> Manage Nuget Packages.
  2. Check your nuget sources (although looks good in the screenshot)
  3. Check the references in you project. Sometimes the file packages.config contains an entry with the same package and the command does nothing because the target package is already there. If that's the case, delete the reference, delete the entry for the package on the package.config file and try the command again.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM