Search code examples
visual-studionugetnpgsql

Npgsql nuget installation failed


I have .NET 4.6.1 and 4.5.1 and VS 2013

I am installing Npgsql 3.2.0 (PostgreSQL .NET provider).

It fails: Attempting to resolve dependency 'NETStandard.Library (≥ 1.6.1)'. 'NETStandard.Library' already has a dependency defined for 'Microsoft.NETCore.Platforms'.

Any ideas?

Thanks!


Solution

  • The culprit is likely VS2013, or rather your version of nuget. Can you make sure you have the latest version of the nuget extension and retry?