WinForms problem with SQLite
Hello, i using .NET 4.7.2 in MVS projects. I download Microsoft.Data.SQLite 8.0.7 and some needed packages using NuGet.
When i try to get connection with my DB i get error:
7 Replies
Try to right click on your project's reference and click
Migrate packages.config to PackageReference
I changed them version to that, right now it's work correctly
Idk is it good solution, but its work
If it works it works, but I would not use a deperated package
Migrating to PackageReference should fix that error iirc
Okey, i will try
I need to choose all?
Oh, its works!
Thanks very much!