Skip to content

Commit 555d509

Browse files
authored
Bump LibZipSharp and Xamarin.Build.AsyncTask (#236)
Bring in the 3.3.0 LibZipSharp to get the corrupt zip fix. Bring in the AsyncTask package to get the Telemetry API
1 parent da2c33e commit 555d509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.8.3</MSBuildPackageReferenceVersion>
88
<SystemSecurityCryptographyXmlVersion Condition=" '$(SystemSecurityCryptographyXmlVersion)' == '' ">7.0.1</SystemSecurityCryptographyXmlVersion>
9-
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >3.1.1</LibZipSharpVersion>
9+
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >3.3.0</LibZipSharpVersion>
1010
<MonoUnixVersion>7.1.0-final.1.21458.1</MonoUnixVersion>
1111
</PropertyGroup>
1212

@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MSBuildPackageReferenceVersion)" />
1818
<PackageReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
1919
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.11" />
20-
<PackageReference Include="Xamarin.Build.AsyncTask" Version="0.4.0" GeneratePathProperty="true" />
20+
<PackageReference Include="Xamarin.Build.AsyncTask" Version="0.4.7" GeneratePathProperty="true" />
2121
<PackageReference Include="Xamarin.LibZipSharp" Version="$(LibZipSharpVersion)" GeneratePathProperty="true" />
2222
<PackageReference Include="Mono.Unix" Version="$(MonoUnixVersion)" GeneratePathProperty="true" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)