fix: disable .net9 CET (#9507)

This commit is contained in:
znah
2026-06-09 14:06:13 +08:00
committed by GitHub
parent b1a400b393
commit 93832656dd
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AssemblyName>v2rayN</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>

View File

@@ -10,6 +10,7 @@
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>