Skip to content

Commit

Permalink
Support VS Mac 17.3 preview 3
Browse files Browse the repository at this point in the history
Xamarin.Mac workload dll renamed to Microsoft.macOS.dll and is now
used in VS mac 17.3 preview 3. Reference Microsoft.macOS.dll
directly from the VS Mac app bundle. The package reference
System.Runtime.InteropServices.NFloat.Internal is needed to get
various implicit conversions from int to NFloat.
  • Loading branch information
mrward committed Jul 3, 2022
1 parent d9fc5da commit 17e3e42
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<Project>
<ItemGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.InteropServices.NFloat.Internal" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.macOS">
<HintPath>$(MDBinDir)\Microsoft.macOS.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Build">
<Private>False</Private>
<HintPath>$(MDBinDir)\Microsoft.Build.dll</HintPath>
Expand Down Expand Up @@ -64,10 +71,6 @@
<HintPath>$(MDBinDir)\Microsoft.VisualStudio.Text.UI.Cocoa.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Xamarin.Mac">
<Private>False</Private>
<HintPath>/usr/local/share/dotnet/packs/Microsoft.macOS.Ref/12.1.301-preview.13.7/ref/net6.0/Xamarin.Mac.dll</HintPath>
</Reference>
<Reference Include="Xwt">
<Private>False</Private>
<HintPath>$(MDBinDir)\Xwt.dll</HintPath>
Expand Down

0 comments on commit 17e3e42

Please sign in to comment.