Skip to content

Commit 905ce13

Browse files
authored
[release/8.0-staging] Fix stubs for HybridGlobalization to fix publish with trimming runtime error (#110183)
1 parent 12b8d83 commit 905ce13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<linker>
22
<assembly fullname="System.Private.CoreLib">
33
<type fullname="System.Globalization.GlobalizationMode">
4-
<method signature="System.Boolean get_Hybrid()" body="stub" value="true" feature="System.Globalization.Hybrid" featurevalue="false" />
4+
<method signature="System.Boolean get_Hybrid()" body="stub" value="false" feature="System.Globalization.Hybrid" featurevalue="false" />
5+
</type>
6+
<type fullname="System.Globalization.GlobalizationMode">
7+
<method signature="System.Boolean get_Hybrid()" body="stub" value="true" feature="System.Globalization.Hybrid" featurevalue="true" />
58
</type>
69
</assembly>
710
</linker>

0 commit comments

Comments
 (0)