[dotnet][tests] Remove workaround for dotnet/runtime #46908 (#11958)

This commit is contained in:
Sebastien Pouliot 2021-06-16 19:47:42 -04:00 коммит произвёл GitHub
Родитель e19591f47b
Коммит c5170b1331
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -14,11 +14,4 @@
<assembly fullname="Xamarin.TVOS">
<type fullname="CoreBluetooth.CBUUID" preserve="field" />
</assembly>
<assembly fullname="System.Private.CoreLib">
<type fullname="System.Runtime.Loader.AssemblyLoadContext">
<!-- https://github.com/dotnet/runtime/issues/46908 -->
<!-- native-library.c: netcore_resolve_with_resolving_event () -->
<method name="MonoResolveUnmanagedDllUsingEvent" />
</type>
</assembly>
</linker>