Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the package to support net9.0 #333

Open
IoannTerrible opened this issue Jan 10, 2025 · 2 comments
Open

Update the package to support net9.0 #333

IoannTerrible opened this issue Jan 10, 2025 · 2 comments

Comments

@IoannTerrible
Copy link

Describe the solution you'd like
I tried it locally and just changed the target package version and nothing broke, so...

    <TargetFrameworks>net471;net462;net8.0;net9.0;net6.0;netstandard2.0</TargetFrameworks>
@yoav-melamed
Copy link

You are welcome to check my AsyncFile sink (https://github.com/yoav-melamed/serilog-sinks-asyncfile) that supports .net 9.0

@nblumhardt
Copy link
Member

Hi @IoannTerrible; currently the sink fully supports .NET 9 via the net8.0 TFM. It's possible we'll add a net9.0 TFM at some point in the future, but the dependencies and functionality will be identical. Let me know if I'm missing anything. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants