1
0
mirror of synced 2024-12-01 01:27:21 +01:00

Fixed IOS device support

This commit is contained in:
S-Sebb 2023-12-28 00:47:21 +00:00
parent b2e52f4fed
commit 238752a5b3

View File

@ -5,6 +5,8 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<LangVersion>11</LangVersion> <LangVersion>11</LangVersion>
<WasmEnableSIMD>false</WasmEnableSIMD>
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>