MiloszKrajewski / K4os.Compression.LZ4

LZ4/LH4HC compression for .NET Standard 1.6/2.0 (formerly known as lz4net)
MIT License
675 stars 77 forks source link

Please add a .Net 8 target #101

Open thargol1 opened 2 months ago

thargol1 commented 2 months ago

.Net 8 has an improved compiler. Maybe adding a .Net 8 target will compile into a little bit faster version for .Net 8 and up?

The current NuGet package works fine in .Net 8, so this a feature request, not a bug.