AlanBarber / NLog.Targets.Splunk

A NLog target for Splunk Http Event Collector (HEC) Sender
Apache License 2.0
9 stars 24 forks source link

Does this library support .NET 6.0? #61

Closed duyn9uyen closed 2 years ago

duyn9uyen commented 2 years ago

I see the latest release mentions .NET 5.0. We just upgraded our API to .NET 6.0. Will this library work?

AlanBarber commented 2 years ago

Yes, dotnet is backwards compatible. you can always load a .net 5 lib in .net 6 project