fix: Fix LinkerConfig after single project migration

This commit is contained in:
Youssef Victor 2024-08-02 11:21:19 +03:00 коммит произвёл GitHub
Родитель 118007002d
Коммит bd53339f86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -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>