@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.0" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.0" />
@ -45,7 +45,7 @@ internal static class MainClass
try
{
Application macLauncher = new Application(Eto.Platforms.Mac64);
Application macLauncher = new Application(Eto.Platforms.macOS);
LauncherUpdater.Main();
macLauncher.UnhandledException += MacLauncher_UnhandledException;
macLauncher.Run(new MainForm());