Skip to content

Commit bdfa9f8

Browse files
authored
Bump Mono.Unix to 7.1.0-final.1.21458.1 (#110)
It fixes `libc` p/invokes on Unix. The previous version would try to resolve them in the `msvcrt` library instead of `libc`
1 parent 8ac30f3 commit bdfa9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibZipSharp.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<_LibZipSharpAssemblyVersion>2.0.4</_LibZipSharpAssemblyVersion>
3+
<_LibZipSharpAssemblyVersion>2.0.5</_LibZipSharpAssemblyVersion>
44
<!--
55
Nuget Version. You can append things like -alpha-1 etc to this value.
66
But always leave the $(_LibZipSharpAssemblyVersion) value at the start.
77
-->
88
<_LibZipSharpNugetVersion>$(_LibZipSharpAssemblyVersion)</_LibZipSharpNugetVersion>
99
<_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir>
1010
<_ExternalDir>$(MSBuildThisFileDirectory)external</_ExternalDir>
11-
<_MonoPosixNugetVersion>7.0.0-final.1.21369.2</_MonoPosixNugetVersion>
11+
<_MonoPosixNugetVersion>7.1.0-final.1.21458.1</_MonoPosixNugetVersion>
1212
<UseXZ Condition=" '$(UseXZ)' == '' ">false</UseXZ>
1313
</PropertyGroup>
1414
</Project>

0 commit comments

Comments
 (0)