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 cef969b commit 052f875Copy full SHA for 052f875
UI/DualScreenSample/DualScreenSample/Platforms/WebAssembly/LinkerConfig.xml
@@ -1,10 +1,10 @@
1
<linker>
2
<assembly fullname="DualScreenSample" />
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