Add osx runtime specifiers
All checks were successful
Build / build (push) Successful in 1m16s

This commit is contained in:
H. Utku Maden 2024-04-06 16:17:05 +03:00
parent 7cd55c8884
commit 0e1824bdb1

@ -5,7 +5,7 @@
<Nullable>disable</Nullable> <Nullable>disable</Nullable>
<LangVersion>7.3</LangVersion> <LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;win-x86;win-x64</RuntimeIdentifiers> <RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;win-x86;win-x64;osx-arm64;osx-x64</RuntimeIdentifiers>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>