saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Drop requirement of EF6 #10

Closed mika76 closed 7 years ago

mika76 commented 7 years ago

I think depending on EF6 for a small logging library is overkill - is it possible to drop this dependency?

mika76 commented 7 years ago

Ah apologies, it seems that was the dependency of System.Data.Sqlite nuget not yours.