serilog-sinks-console
serilog-sinks-console copied to clipboard
Please add net6.0 as a target framework, or remove net5.0 target
I have a client who is up in arms because this package "does not support net6.0."
Yes, I know there's a target of NetStandard2.1 being used.
Net5.0 is out of support since May of last year. So I would imagine you can fall in line and swap net5.0 to net6.0. Or just remove the net5.0 target and allow for NetStandard2.1 to do its thing.
Thanks.
https://github.com/serilog/serilog-sinks-console/pull/145
Fixed by #157 ?