Skip to content

Commit a0b426d

Browse files
authored
[NativeAOT] Fixes resource warning on a HW app (#70356)
1 parent f54c15a commit a0b426d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The .NET Foundation licenses this file to you under the MIT license.
4646

4747
<!-- Set up default feature switches -->
4848
<PropertyGroup>
49-
<EnableUnsafeBinaryFormatterSerialization Condition="'$(EnableUnsafeBinaryFormatterSerialization)' == ''">false</EnableUnsafeBinaryFormatterSerialization>
5049
<UseSystemResourceKeys Condition="$(IlcDisableReflection) == 'true'">true</UseSystemResourceKeys>
5150
<EventSourceSupport Condition="$(IlcDisableReflection) == 'true'">false</EventSourceSupport>
5251
</PropertyGroup>

0 commit comments

Comments
 (0)