It seems I need NpgsqlServices to use Npgsql with EF6, however I can't figure out where you get this thing!
However, this doesn't have it. I've also tried installing the beta from:
I've tried installing it through NuGet:
PM> Install-Package Npgsql -pre
Installing 'Npgsql 2.0.14.1'.
Successfully installed 'Npgsql 2.0.14.1'.
Adding 'Npgsql 2.0.14.1' to EFTest.
Successfully added 'Npgsql 2.0.14.1' to EFTest.
However, this doesn't have it. I've also tried installing the beta from:
No luck there. Any ideas?
Mike