Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bdfa9f8

Browse filesBrowse 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
Copy full SHA for bdfa9f8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎LibZipSharp.props‎

Copy file name to clipboard
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.