From 18bcc0960ffd3085257b6d792f39b51c5c0c96ba Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Mon, 1 Aug 2022 22:38:09 +0200 Subject: [PATCH] Bump Mono.Unix to 7.1.0-final.1.21458.1 It fixes `libc` p/invokes on Unix. The previous version would try to resolve them in the `msvcrt` library instead of `libc` --- LibZipSharp.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LibZipSharp.props b/LibZipSharp.props index 55c11789..09303f8f 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,6 +1,6 @@ - <_LibZipSharpAssemblyVersion>2.0.4 + <_LibZipSharpAssemblyVersion>2.0.5