mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +00:00
Add osx-x64 runtime identifier to UnionPatcher.Gui.MacOS.csproj
Closes https://github.com/picoe/Eto/issues/2037
This commit is contained in:
parent
1e561ccea3
commit
b2eedd16ca
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue