Add osx-x64 runtime identifier to UnionPatcher.Gui.MacOS.csproj

Closes https://github.com/picoe/Eto/issues/2037
This commit is contained in:
jvyden 2021-10-18 13:10:17 -04:00
parent 1e561ccea3
commit b2eedd16ca
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>