-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for NodaTime 2 #2
Comments
same here. the support for NodaTime2 is essential as only NodaTime2 runs on .net core |
You can use NodaTime 1.4 with .net core, as with any project targeting PCL. In fact, we wrote this for a .net core project, and use it that way exclusively. :) We also have a .netstandard1.5 package out on nuget. You'll need to import the PCL target, like this:
And you'll need to add Microsoft.NETCore.Portable.Compatibility. If you install MongoDb.Bson.NodaTime, this may happen automatically, though I'm not certain of that. 2.0 support will happen, but I've no idea when. PRs are welcome! |
sorry, I've dropped the ball on this one big time! I will see what I can do in the next couple of weeks |
Any progress on this? Let me know if you want a pull request. |
PRs are absolutely welcome! :) |
Created a PR just now |
Pushed to Nuget as v2.0.0. Many thanks @johnknoop! |
Issue to track adding support for NodaTime 2
The text was updated successfully, but these errors were encountered: