Update Eto.Forms and add arm64 macOS build support (#22)

* Updated Eto.Forms to 2.7.0 and added build support for osx-arm64

* update to .NET 6.0
This commit is contained in:
Zaprit 2022-07-25 19:31:48 +01:00 committed by GitHub
commit 7b45a190c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
<ApplicationIcon>Icon64.ico</ApplicationIcon>
@ -16,6 +16,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.11" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.0" />
</ItemGroup>
</Project>