I'm trying in my program to install the following install-package. I'm working with this program together with someone else. I installed this via a github link on my microsoft visual studio 2019.
What I want is to create a local database ( on my harddisk ).
The package I'm trying to install are: Install-Package Microsoft.EntityFrameworkCore.Sqlite
This is the error that comes with the installing-package. The weird thing is that the computer we programmed this is working but not on mine. Even after uninstall Microsoft Visual studio 2019 / updating it. Can anybody help me what am I doing wrong?
***Install-Package : Project 'Default' is not found. At line:1 char:1
- Install-Package Microsoft.EntityFrameworkCore.Sqlite
-
+ CategoryInfo : ObjectNotFound: (Default:String) [Install-Package], ItemNotFoundException + FullyQualifiedErrorId : NuGetProjectNotFound,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand***