Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit bdcf899

Browse files
authored
Reference the new Mono.Unix nuget (#123)
Mono.Posix.NETStandard is being replaced with the new Mono.Unix package in Xamarin.Android. Xamarin.Android imports the `MSBuildReferences.projitems` file which referenced the older package. This commit switches to the new package.
1 parent 90d7621 commit bdcf899

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<PropertyGroup>
77
<MSBuildReferenceVersion>15.1.0.0</MSBuildReferenceVersion>
88
<MSBuildPackageReferenceVersion>16.5</MSBuildPackageReferenceVersion>
9-
<LibZipSharpVersion>1.0.24</LibZipSharpVersion>
9+
<LibZipSharpVersion>2.0.0-alpha4</LibZipSharpVersion>
10+
<MonoUnixVersion>7.0.0-alpha8.21302.6</MonoUnixVersion>
1011
</PropertyGroup>
1112

1213
<ItemGroupCondition="$([MSBuild]::IsOSPlatform('windows'))" >
@@ -40,7 +41,7 @@
4041
<PackageReferenceInclude="K4os.Compression.LZ4"Version="1.1.11" />
4142
<PackageReferenceInclude="Xamarin.Build.AsyncTask"Version="0.3.4"GeneratePathProperty="true" />
4243
<PackageReferenceInclude="Xamarin.LibZipSharp"Version="$(LibZipSharpVersion)"GeneratePathProperty="true" />
43-
<PackageReferenceInclude="Mono.Posix.NETStandard"Version="5.20.1-preview"GeneratePathProperty="true"PrivateAssets="all" />
44+
<PackageReferenceInclude="Mono.Unix"Version="$(MonoUnixVersion)"GeneratePathProperty="true" />
4445
<PackageReferenceInclude="System.Buffers"Version="4.5.1" />
4546
<PackageReferenceInclude="System.Collections.Immutable"Version="1.7.1" />
4647
<PackageReferenceInclude="System.Numerics.Vectors"Version="4.5.0" />

0 commit comments

Comments
 (0)