Skip to content
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

Is it possible to use with .Net 4.8? #41

Closed
marciliooliveira opened this issue Oct 26, 2021 · 1 comment
Closed

Is it possible to use with .Net 4.8? #41

marciliooliveira opened this issue Oct 26, 2021 · 1 comment

Comments

@marciliooliveira
Copy link

Hi,

Is it possible to use with .Net 4.8? I'm having some issues trying to run it mainly with libzstd.dll because when I installed using nuget it's putting as a content in my solution.

Thanks.

@alexandre-spieser
Copy link
Owner

alexandre-spieser commented Nov 2, 2021

Hello, I have not tried it, please let me know if there are any issues.
The lib being downloaded as content as because of the latest MongoDB driver, it's pulling a bunch of dependencies to the project via nuget.
It depends on you target framework:
https://www.nuget.org/packages/MongoDB.Driver/

.NETFramework 4.5.2

MongoDB.Bson (>= 2.13.2)
MongoDB.Driver.Core (>= 2.13.2)
MongoDB.Libmongocrypt (>= 1.2.2)

.NETStandard 1.5

MongoDB.Bson (>= 2.13.2)
MongoDB.Driver.Core (>= 2.13.2)
MongoDB.Libmongocrypt (>= 1.2.2)
NETStandard.Library (>= 1.6.1)
System.ComponentModel.TypeConverter (>= 4.1.0)
System.Linq.Queryable (>= 4.0.1)

.NETStandard 2.0

MongoDB.Bson (>= 2.13.2)
MongoDB.Driver.Core (>= 2.13.2)
MongoDB.Libmongocrypt (>= 1.2.2)

.NETStandard 2.1

MongoDB.Bson (>= 2.13.2)
MongoDB.Driver.Core (>= 2.13.2)
MongoDB.Libmongocrypt (>= 1.2.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants