Skip to content

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

0 commit comments

Comments
 (0)