We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db125a7 commit 0dcf717Copy full SHA for 0dcf717
src/Microsoft.Android.Build.BaseTasks/MSBuildReferences.projitems
@@ -5,7 +5,7 @@
5
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
6
<PropertyGroup>
7
<MSBuildPackageReferenceVersion>16.10.0</MSBuildPackageReferenceVersion>
8
- <LibZipSharpVersion>2.0.0</LibZipSharpVersion>
+ <LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' != ''" >2.0.2</LibZipSharpVersion>
9
<MonoUnixVersion>7.0.0-final.1.21369.2</MonoUnixVersion>
10
</PropertyGroup>
11
0 commit comments