Skip to content

Commit dbe42bf

Browse files
authored
Bump LibZipSharp version (#204)
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.
1 parent 099fd95 commit dbe42bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Android.Build.BaseTasks/MSBuildReferences.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
66
<PropertyGroup>
77
<MSBuildPackageReferenceVersion>17.3.2</MSBuildPackageReferenceVersion>
8-
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >2.0.7</LibZipSharpVersion>
8+
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >2.1.0</LibZipSharpVersion>
99
<MonoUnixVersion>7.1.0-final.1.21458.1</MonoUnixVersion>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)