Skip to content

Commit

Permalink
Bump Mono.Unix to 7.1.0-final.1.21458.1 (#110)
Browse files Browse the repository at this point in the history
It fixes `libc` p/invokes on Unix.  The previous version would try to
resolve them in the `msvcrt` library instead of `libc`
  • Loading branch information
grendello authored Aug 2, 2022
1 parent 8ac30f3 commit bdfa9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibZipSharp.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LibZipSharpAssemblyVersion>2.0.4</_LibZipSharpAssemblyVersion>
<_LibZipSharpAssemblyVersion>2.0.5</_LibZipSharpAssemblyVersion>
<!--
Nuget Version. You can append things like -alpha-1 etc to this value.
But always leave the $(_LibZipSharpAssemblyVersion) value at the start.
-->
<_LibZipSharpNugetVersion>$(_LibZipSharpAssemblyVersion)</_LibZipSharpNugetVersion>
<_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir>
<_ExternalDir>$(MSBuildThisFileDirectory)external</_ExternalDir>
<_MonoPosixNugetVersion>7.0.0-final.1.21369.2</_MonoPosixNugetVersion>
<_MonoPosixNugetVersion>7.1.0-final.1.21458.1</_MonoPosixNugetVersion>
<UseXZ Condition=" '$(UseXZ)' == '' ">false</UseXZ>
</PropertyGroup>
</Project>

0 comments on commit bdfa9f8

Please sign in to comment.