serilog-contrib / serilog-sinks-splunk

A Serilog sink that writes to Splunk
https://splunk.com
Apache License 2.0
46 stars 47 forks source link

Dotnet 8.0 updates #171

Closed EEParker closed 6 months ago

EEParker commented 6 months ago

This updates the project for dotnet 8.0 compatibility and switches the build to VS2022.

It also adds some more changes for the Serilog.Sinks.PeriodicBatching changes per https://github.com/serilog/serilog-sinks-periodicbatching/blob/dev/README.md

Dependency Updates

Once a 4.0.0 build is available on Nuget, the src/Serilog.Sinks.UDP/Serilog.Sinks.Splunk.UDP.csproj and src/Serilog.Sinks.UDP/Serilog.Sinks.Splunk.TCP.csproj projects should be updated.

Fixes #169