Closed axelgunn closed 2 years ago
Apologies this issue was neglected. When I've seen that error message in the past, it's been due to needing to run dotnet restore
. I'll close this off due to being out of date, but feel free to reopen or create a new issue if there are problems using the current version of this sink.
Everything is fine when in version netcoreapp1.0 but when upgrading to netcoreapp1.1 / NetCore.App 1.1.0, compilation fails with the message The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
and points to : Log.Logger = new LoggerConfiguration()
here are my project.json dependencies