Skip to content

Commit

Permalink
[NativeAOT] Fixes resource warning on a HW app (dotnet#70356)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanF committed Jun 13, 2022
1 parent f54c15a commit a0b426d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ The .NET Foundation licenses this file to you under the MIT license.

<!-- Set up default feature switches -->
<PropertyGroup>
<EnableUnsafeBinaryFormatterSerialization Condition="'$(EnableUnsafeBinaryFormatterSerialization)' == ''">false</EnableUnsafeBinaryFormatterSerialization>
<UseSystemResourceKeys Condition="$(IlcDisableReflection) == 'true'">true</UseSystemResourceKeys>
<EventSourceSupport Condition="$(IlcDisableReflection) == 'true'">false</EventSourceSupport>
</PropertyGroup>
Expand Down

0 comments on commit a0b426d

Please sign in to comment.