[dotnet-linker] Stub out an Application.SelectRegistrar

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

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

@ -33,6 +33,11 @@ namespace Xamarin.Bundler {
}
}
public void SelectRegistrar ()
{
throw new NotImplementedException ();
}
public ApplePlatform Platform {
get { return Configuration.Platform; }
}