Updating Compression Native dll Name (#505)

This commit is contained in:
Ayush Verma 2021-10-04 16:44:40 +05:30
Родитель 8907ff954b
Коммит c89dc20cd3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,6 +32,6 @@ internal static partial class Interop
internal const string WinMM = "winmm.dll";
internal const string Ws2_32 = "ws2_32.dll";
internal const string Wtsapi32 = "wtsapi32.dll";
internal const string CompressionNative = "clrcompression.dll";
internal const string CompressionNative = "System.IO.Compression.Native.dll";
}
}