Skip to content

Commit

Permalink
Reference the new Mono.Unix nuget (#123)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
grendello authored Jun 8, 2021
1 parent 90d7621 commit bdcf899
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<PropertyGroup>
<MSBuildReferenceVersion>15.1.0.0</MSBuildReferenceVersion>
<MSBuildPackageReferenceVersion>16.5</MSBuildPackageReferenceVersion>
<LibZipSharpVersion>1.0.24</LibZipSharpVersion>
<LibZipSharpVersion>2.0.0-alpha4</LibZipSharpVersion>
<MonoUnixVersion>7.0.0-alpha8.21302.6</MonoUnixVersion>
</PropertyGroup>

<ItemGroup Condition="$([MSBuild]::IsOSPlatform('windows'))" >
Expand Down Expand Up @@ -40,7 +41,7 @@
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.11" />
<PackageReference Include="Xamarin.Build.AsyncTask" Version="0.3.4" GeneratePathProperty="true" />
<PackageReference Include="Xamarin.LibZipSharp" Version="$(LibZipSharpVersion)" GeneratePathProperty="true" />
<PackageReference Include="Mono.Posix.NETStandard" Version="5.20.1-preview" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="Mono.Unix" Version="$(MonoUnixVersion)" GeneratePathProperty="true" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
Expand Down

0 comments on commit bdcf899

Please sign in to comment.