Skip to content

Commit

Permalink
Build against newer xamarin.mac
Browse files Browse the repository at this point in the history
Required to support VS Mac 17.0.0.7706 since newer xamarin.mac has
an API break.
  • Loading branch information
mrward committed Feb 22, 2022
1 parent a73cc7e commit 1989e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<HintPath>$(MDBinDir)\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Mac">
<HintPath>/usr/local/share/dotnet/packs/Microsoft.macOS.Ref/12.0.101-preview.10.251/ref/net6.0/Xamarin.Mac.dll</HintPath>
<HintPath>/usr/local/share/dotnet/packs/Microsoft.macOS.Ref/12.1.301-preview.13.4/ref/net6.0/Xamarin.Mac.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Xwt">
Expand Down

0 comments on commit 1989e2a

Please sign in to comment.