You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although we don't list all of the dependencies in project.json, we transitively get access to all of the Serilog dependencies for netstandard1.3 and thus have access to the environment. I am reasonably sure it's missing from < 1.3, but if you do manage to get it (or a substitute) working we'd love to hear about it and would accept a PR.
I made a local project to verify and I can confirm it works in .NetStandard 1.3 without problem.
I added the missing test and made a pull request.
The units tests are ok.
Hi,
Is it possible to lower .NetStandard version to target .NetStandard 1.3, like in the two others enrichers ?
The only dependency is System.Runtime.Extensions which is available from .NetStandard 1.1, so it should be possible.
Thanks.
The text was updated successfully, but these errors were encountered: