BlueshiftSoftware / EntityFrameworkCore

NoSQL providers for EntityFramework Core
Other
281 stars 57 forks source link

.NETCore 3 Preview 4 MongoDB.Driver needs upgrade #39

Open NovusTheory opened 5 years ago

NovusTheory commented 5 years ago

From .NETCore 3 Preview 4 and up MongoDB driver will fail unless using version 2.8.1 while this library seems to be using 2.7.3.

Related: https://jira.mongodb.org/browse/CSHARP-2595?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.8.1%20ORDER%20BY%20key%20ASC

crhairr commented 5 years ago

I haven't had the time to work on upgrading the project for .NET Core 3.

This is an open source project. Pull requests are welcome.

NovusTheory commented 5 years ago

Just wanted to make an issue informing of the problem \:)