saleem-mirza / serilog-enrichers-context

Enriches Serilog events with information from the environment variables or user provided custom property.
Apache License 2.0
5 stars 2 forks source link

missing netstandard2.0 targeting in 4.6.0 release #14

Open eshkard opened 1 year ago

eshkard commented 1 year ago

Hi, We are using your library in many of our projects. But the latest (4.6.0) library release is missing netstandard2.0 targeting that is used in many of our projects. This forces us to use package downgrading to 4.2.0 package reference in those projects. Can it be fixed?

Best regards, Evgeny Shkard

krilbe commented 1 year ago

Seconded. :-)

saleem-mirza commented 1 year ago

@eshkard and @krilbe thanks for bringing it up. I have added support for netstandard2.0 and .net7.