We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc6fc5 commit 9d9d183Copy full SHA for 9d9d183
UI/CustomSorting/CustomSorting/Platforms/WebAssembly/LinkerConfig.xml
@@ -1,10 +1,10 @@
1
<linker>
2
<assembly fullname="CustomSorting" />
3
+ <assembly fullname="Uno.UI" />
4
+ <assembly fullname="Microsoft.Extensions.Options" />
5
- <!--
- Uncomment this section when using JSON.NET
6
<assembly fullname="System.Core">
7
- <type fullname="System.Linq.Expressions*" />
+ <!-- This is required by JSon.NET and any expression.Compile caller -->
8
+ <type fullname="System.Linq.Expressions*" />
9
</assembly>
- -->
10
</linker>
0 commit comments