File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.Android.Build.BaseTasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments