[dotnet-linker] Add a using so that the static registrar sees LinkContext extension methods in the Mono.Linker namespace

This commit is contained in:
Rolf Bjarne Kvinge 2020-07-17 16:38:40 +02:00
Родитель 693f9423eb
Коммит 17aabebb03
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -20,6 +20,7 @@ using Registrar;
using Foundation;
using ObjCRuntime;
using Mono.Cecil;
using Mono.Linker;
using Mono.Tuner;
namespace Registrar {