Skip to content

Commit

Permalink
Bump LibZipSharp version (#204)
Browse files Browse the repository at this point in the history
Context: dotnet/android-libzipsharp#125

The new LibZipSharp version potentially fixes the issue we see
from time to time on Ci, when an attempt to process a zip archive
(APK, in our case) ends with an error when trying to open the
archive.
  • Loading branch information
grendello authored Feb 27, 2023
1 parent 099fd95 commit dbe42bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
<PropertyGroup>
<MSBuildPackageReferenceVersion>17.3.2</MSBuildPackageReferenceVersion>
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >2.0.7</LibZipSharpVersion>
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >2.1.0</LibZipSharpVersion>
<MonoUnixVersion>7.1.0-final.1.21458.1</MonoUnixVersion>
</PropertyGroup>

Expand Down

0 comments on commit dbe42bf

Please sign in to comment.