diff --git a/LibZipSharp.props b/LibZipSharp.props index 8abf71e0..5e6deacd 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,5 +1,5 @@ - <_LibZipSharpNugetVersion>1.0.18 + <_LibZipSharpNugetVersion>1.0.19 diff --git a/Native.cs b/Native.cs index ada88853..6876beab 100644 --- a/Native.cs +++ b/Native.cs @@ -27,7 +27,7 @@ using System; using System.Runtime.InteropServices; -[assembly: DefaultDllImportSearchPathsAttribute(DllImportSearchPath.SafeDirectories)] +[assembly: DefaultDllImportSearchPathsAttribute(DllImportSearchPath.SafeDirectories | DllImportSearchPath.AssemblyDirectory)] namespace Xamarin.Tools.Zip {