I've a asp.vnext project with dnx 4.6 . in the project.json
i added the MongoDb Driver.
IT seems like it is working but the visual studio gives me the warning
Depedency specified was MongoDB.Driver >= 2.1.0 ended up with MongoDb.Driver 1.0.3744.30075
Looking at the packages via nuget windows i can see that 2.10 is the current version.
What am I doing wrong ?