Library e_sqlite3 not found
I'm trying to use sqlite database in my WPF .NET 4.7.2 Framework project using Microsoft.Data.Sqlite but I'm getting an error:
Also e_sqlite3 is not present in Debug folder
5 Replies
does it help if you https://learn.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference
Migrating from packages.config to PackageReference formats
Details on how to migrate a project from the packages.config management format to PackageReference as supported by NuGet 4.0+ and VS2017 and .NET Core 2.0
assuming you haven't already done that
Lemme see
i haven't done that so I'll try it rn
ok i have looked at the package and, yes, this will fix the issue
Tysm It did fix the issue!