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

Update project to .NET Standard 2.0 #12

Closed Krzysztofz01 closed 2 years ago

Krzysztofz01 commented 2 years ago

The version of .NET Standard 2.0 still supports .NET Core 2.0 and .NET Framework 4.6.1, so compatibility is maintained, and frameworks that are not longer supported with security fixes, are no longer targeted. All dependencies have been updated as well. Ultimately, I was thinking about removing the Newtonesoft.Json dependency and replacing it with System.Text.Json, but this requires switching to .NETStandard 2.1 and losing support for some versions of the .NET Framework.