We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b462a7 commit 7bfcbfaCopy full SHA for 7bfcbfa
1 file changed
src/Cli/dotnet-aot/dotnet-aot.csproj
@@ -23,6 +23,12 @@
23
24
<!-- Ignore checking for OS API compatibility as we aren't targeting just the Windows platform -->
25
<NoWarn>$(NoWarn);CA1416</NoWarn>
26
+
27
+ <!--
28
+ Enable control flow guard
29
+ https://github.com/dotnet/docs/blob/main/docs/core/deploying/native-aot/security.md#control-flow-guard
30
+ -->
31
+ <ControlFlowGuard>Guard</ControlFlowGuard>
32
</PropertyGroup>
33
34
<ItemGroup>
0 commit comments