We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54c15a commit a0b426dCopy full SHA for a0b426d
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
@@ -46,7 +46,6 @@ The .NET Foundation licenses this file to you under the MIT license.
46
47
<!-- Set up default feature switches -->
48
<PropertyGroup>
49
- <EnableUnsafeBinaryFormatterSerialization Condition="'$(EnableUnsafeBinaryFormatterSerialization)' == ''">false</EnableUnsafeBinaryFormatterSerialization>
50
<UseSystemResourceKeys Condition="$(IlcDisableReflection) == 'true'">true</UseSystemResourceKeys>
51
<EventSourceSupport Condition="$(IlcDisableReflection) == 'true'">false</EventSourceSupport>
52
</PropertyGroup>
0 commit comments