fix: Fix LinkerConfig after single project migration
This commit is contained in:
Родитель
118007002d
Коммит
bd53339f86
|
@ -1,11 +1,9 @@
|
|||
<linker>
|
||||
<assembly fullname="Uno.Gallery.Wasm" />
|
||||
|
||||
<assembly fullname="Uno.Gallery" />
|
||||
<assembly fullname="System.Core">
|
||||
<!-- This is required by JSon.NET and any expression.Compile caller -->
|
||||
<type fullname="System.Linq.Expressions*" />
|
||||
</assembly>
|
||||
|
||||
<!-- This is required by Json.NET and any expression.Compile caller -->
|
||||
<type fullname="System.Linq.Expressions*" />
|
||||
</assembly>
|
||||
<assembly fullname="Uno.UI">
|
||||
<type fullname="Uno.UI.Helpers.Automation" />
|
||||
</assembly>
|
||||
|
|
Загрузка…
Ссылка в новой задаче