Skip to content

Commit 052f875

Browse files
chore: Move linkerconfig
1 parent cef969b commit 052f875

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<linker>
22
<assembly fullname="DualScreenSample" />
3+
<assembly fullname="Uno.UI" />
4+
<assembly fullname="Microsoft.Extensions.Options" />
35

4-
<!--
5-
Uncomment this section when using JSON.NET
66
<assembly fullname="System.Core">
7-
<type fullname="System.Linq.Expressions*" />
7+
<!-- This is required by JSon.NET and any expression.Compile caller -->
8+
<type fullname="System.Linq.Expressions*" />
89
</assembly>
9-
-->
1010
</linker>

0 commit comments

Comments
 (0)