Skip to content

Instantly share code, notes, and snippets.

@reflash
Created August 28, 2018 06:53
Show Gist options
  • Save reflash/cb537e7895bd065927cd03b10705412a to your computer and use it in GitHub Desktop.
Save reflash/cb537e7895bd065927cd03b10705412a to your computer and use it in GitHub Desktop.
#r "<path_to_proj>\packages\MongoDB.Driver.<version>/lib/net45/MongoDB.Driver.dll"
#r "<path_to_proj>\packages\MongoDB.Driver.Core.<version>/lib/net45/MongoDB.Driver.Core.dll"
#r "<path_to_proj>\packages\MongoDB.Bson.<version>/lib/net45/MongoDB.Bson.dll"
open MongoDB.Bson
open MongoDB.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment