Disable CETCompat in Robust.Client.WebView

Guess what doesn't work with CEF (not that it works in the first place for us)
This commit is contained in:
PJB3005
2025-01-06 03:15:36 +01:00
parent 6c8b863731
commit 7810cd0c2e

View File

@@ -5,6 +5,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>WinExe</OutputType>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>