Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97313

Failed to install Npgsql (Visual Studio Code)

$
0
0

I'm having trouble with installing Npgsql in Visual Studio Code (.Net Core 3.1.1).

I create a clean project and try install package. dotnet new consoledotnet add package Npgsql --version 4.1.2

The package fails to install and I receive a message:

The Npgsql package is not compatible with all architectures in the project.. I found a similar problem here, but it was solved by updating NuGet. Which probably won't be my case. What am I doing wrong and how to install the package?


Viewing all articles
Browse latest Browse all 97313

Trending Articles