I have installed Entity Framework 6.1.3 from NuGet in a Class Library (Universal Windows), however I can't seem to access any of Entity Framework's namespaces.
I've tried System.Data.Entity.
which brings back no intellisense.
Also, I've tried simply typing the DbContext
class name, and attempted to resolve the name with no luck.
Rebuilding, cleaning, restarting Visual Studio doesn't seem to help either.