From c5927827e1298377b7c90e0ad63565669c9d85cb Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Tue, 19 Sep 2023 20:55:01 -0500 Subject: [PATCH] Set langVersion to preview --- src/LibDeflate/LibDeflate.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LibDeflate/LibDeflate.csproj b/src/LibDeflate/LibDeflate.csproj index 6569ea9..815a692 100644 --- a/src/LibDeflate/LibDeflate.csproj +++ b/src/LibDeflate/LibDeflate.csproj @@ -10,7 +10,7 @@ libdeflate.net libdeflate deflate zlib gzip gz crc32 crc adler32 adler LibDeflate.NET is a managed wrapper around libdeflate, a native library for fast, whole-buffer DEFLATE-based compression and decompression. - latest + preview enable