Use correct RID for mac project

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

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers> <RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
<RollForward>LatestMajor</RollForward> <RollForward>LatestMajor</RollForward>
<Configurations>Debug;Release</Configurations> <Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>
@ -18,6 +18,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Eto.Platform.macOS" Version="2.7.1" /> <PackageReference Include="Eto.Platform.macOS" Version="2.7.1" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save