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

[Feature]: .NET 6 target and assembly trimming #70

Closed ds5678 closed 1 year ago

ds5678 commented 2 years ago

It would be nice to have a .NET 6 target that supports trimming.

I tried to do this myself based on 15007a81a20addd6b50d29f74d3cbce25593df74, but paket.lock is an unreadable mess.

MiloszKrajewski commented 2 years ago

Makes sense. I will take a look. In general paket.lock is not a file you modify manually, so its readability has secondary importance.

MiloszKrajewski commented 1 year ago

.NET 6 release in 1.3.0-beta

ds5678 commented 1 year ago

Much appreciated