-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB Driver 2.28 does not work with package v.3.1.4 #85
Comments
Have you tried building from the source? I've not had any problems when I started with the project today. since I wanted to update all the nugets anyway, I started my own fork immediately. So far, I've not had any issues. |
I use the Nuget version, so building from the source is not an option here. |
I had the same problem, I had to download the source code, update the package and add it directly to my project as a project reference :( |
Mongo decided to strongly name the C# driver, making all previous usages incompatible. Consequently, the updated version of the package that references the updated C# driver version is required. |
Hi. Maybe You could commit your changes here and make a PR, so @SRoddis kann make a working NuGet? |
When I try to update MongoDB.Driver to v. 2.28.0 from v.2.27.0, with Mongo.Migration 3.1.4 it throws I get following errors:
It worked properly for older MongoDB Driver versions.
The text was updated successfully, but these errors were encountered: