serilog / serilog-sinks-async

An asynchronous wrapper for Serilog sinks that logs on a background thread
Apache License 2.0
231 stars 30 forks source link

Support for .NET Core version #87

Closed djpentz closed 1 year ago

djpentz commented 1 year ago

I may be mistaken but it seems like this library only support .NET Framework? I'm trying to use it from within a .NET Core app using paket, and it does not load.

If so, are there any plans to support .NET core or are the async issues not a problem with .NET core?

SimonCropp commented 1 year ago

it supports netcore via supporting netstandard

image