Skip to content

Commit

Permalink
Switch to the new Mono.Unix nuget
Browse files Browse the repository at this point in the history
The nuget replaces older `Mono.Posix-NETStandard` one and makes it
possible to build LibZipSharp using `dotnet` on Unix.
  • Loading branch information
grendello committed May 27, 2021
1 parent 7be7a45 commit cf5e33c
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 2,648 deletions.
2 changes: 1 addition & 1 deletion LibZipSharp.UnitTest/LibZipSharp.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="Xamarin.LibZipSharp" Version="$(_LibZipSharpNugetVersion)" Condition="'$(ReferenceNuget)' == 'True'" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.11.1" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="Mono.Unix" Version="$(_MonoPosixNugetVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions LibZipSharp.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<_LibZipSharpNugetVersion>2.0.0</_LibZipSharpNugetVersion>
<_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir>
<_ExternalDir>$(MSBuildThisFileDirectory)external</_ExternalDir>
<_MonoPosixNugetVersion>7.0.0-alpha.21276.2</_MonoPosixNugetVersion>
<UseXZ Condition=" '$(UseXZ)' == '' ">false</UseXZ>
</PropertyGroup>
</Project>
194 changes: 0 additions & 194 deletions LibZipSharp/Mono.Posix/Mono.Unix.Native/Errno.cs

This file was deleted.

79 changes: 0 additions & 79 deletions LibZipSharp/Mono.Posix/Mono.Unix.Native/FileNameMarshaler.cs

This file was deleted.

80 changes: 0 additions & 80 deletions LibZipSharp/Mono.Posix/Mono.Unix.Native/FilePermissions.cs

This file was deleted.

Loading

0 comments on commit cf5e33c

Please sign in to comment.