Skip to content

Commit

Permalink
Set default InvariantGlobalization in Xamarin Android (dotnet#5605)
Browse files Browse the repository at this point in the history
Context: dotnet/runtime#47999

This allows for unnecessary code to be trimmed by default in an app.
  • Loading branch information
eerhardt authored Feb 10, 2021
1 parent 7189f77 commit 9ac280c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This file contains the .NET 5-specific targets to customize ILLink
<EnableUnsafeUTF7Encoding Condition="'$(EnableUnsafeUTF7Encoding)' == ''">false</EnableUnsafeUTF7Encoding>
<EnableUnsafeBinaryFormatterSerialization Condition="'$(EnableUnsafeBinaryFormatterSerialization)' == ''">false</EnableUnsafeBinaryFormatterSerialization>
<EventSourceSupport Condition="'$(EventSourceSupport)' == ''">false</EventSourceSupport>
<InvariantGlobalization Condition="'$(InvariantGlobalization)' == ''">false</InvariantGlobalization>
<UseSystemResourceKeys Condition="'$(UseSystemResourceKeys)' == ''">true</UseSystemResourceKeys>
<HttpActivityPropagationSupport Condition="'$(HttpActivityPropagationSupport)' == ''">false</HttpActivityPropagationSupport>
<StartupHookSupport Condition="'$(StartupHookSupport)' == ''">false</StartupHookSupport>
Expand Down

0 comments on commit 9ac280c

Please sign in to comment.