Installing SQLite NuGet Package installs the package but the reference is not available. VS2019 Community
问题 I"m writing a c# application using SQLite and I need the the SQLite Reference. Using NuGet I locate the package and the output window shows a successful install. Looking at the packages config file in the solution explorer it shows the version installed. <?xml version="1.0" encoding="utf-8"?> <packages> <package id="SQLite" version="3.13.0" targetFramework="net472" /> </packages> However under the project References in the Solution explorer SQLite is not there. I have watched tutorials online