ChangemakerStudios / serilog-sinks-mongodb

A sink for Serilog that writes events to MongoDB
Apache License 2.0
92 stars 53 forks source link

Updated dependencies and fixed an issue with Capped Collections #6

Closed stevewgh closed 8 years ago

nblumhardt commented 8 years ago

Thanks for the PR!

The build is failing because the CSPROJ file's reference path hasn't been updated to match the version of the new Serilog package you've upgraded to.

Otherwise LGTM, thanks!

nblumhardt commented 8 years ago

@GeneralXception any update? Just received: https://github.com/serilog/serilog/issues/665

stevewgh commented 8 years ago

Hi @nblumhardt , I've made the changes to the csproj to the correct version and the code style changes but the build is still broken. Any ideas?

Scrap that, it seems to be working now!

nblumhardt commented 8 years ago

Pefect, thanks!