Use correct RID for mac project

pull/45/head
Miepee 3 years ago
parent 533893bd55
commit 03addb9fb5

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
<RollForward>LatestMajor</RollForward>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
@ -18,6 +18,7 @@
<ItemGroup>
<PackageReference Include="Eto.Platform.macOS" Version="2.7.1" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.1" />
</ItemGroup>
<ItemGroup>
@ -42,4 +43,4 @@
<BundleResource Include="Icon.icns" />
<BundleResource Include="Info.plist" />
</ItemGroup>
</Project>
</Project>
Loading…
Cancel
Save