alexandre-spieser / mongodb-generic-repository

An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
MIT License
311 stars 84 forks source link

Bumped mongodb.driver to 2.15 #46

Closed miszu closed 2 years ago

miszu commented 2 years ago

Hey, thanks for maintaining this package, it's super useful!

I've bumped the MongoDB.Driver package to 2.15, as it's needed to use MongoDB 5.2. This required dropping support for netstandard1.5 and bumping net452 target to 472. Let me know if any other changes would be required ☺️