Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2017-04-13 18:09:45 +0300
committeriain holmes <iain@xamarin.com>2017-04-13 18:09:45 +0300
commitbe2ce4e728effb421d0f8ecf73610942570088a3 (patch)
treef69697f6b938674d04029be18fa3e3596e0e06b7
parent5bc3c7d8e63b08b0f05fa61f1f7c4a1cfd1e602a (diff)
Fix the build to use a dynamic registrar
Thanks to Chris Hamons for spotting/fixing Fixes BXC #55132
-rw-r--r--macdoc.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index f6bbda8..bd4dfad 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -40,7 +40,7 @@
<EnablePackageSigning>False</EnablePackageSigning>
<IncludeMonoRuntime>False</IncludeMonoRuntime>
<UseSGen>False</UseSGen>
- <MonoBundlingExtraArgs>--embed-mono=false</MonoBundlingExtraArgs>
+ <MonoBundlingExtraArgs>--embed-mono=false --registrar=dynamic</MonoBundlingExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -147,4 +147,4 @@
<Delete Files="$(AppBundleDir)/Contents/MonoBundle/System.Xml.dll" />
<Delete Files="$(AppBundleDir)/Contents/MonoBundle/System.Xml.Linq.dll" />
</Target>
-</Project> \ No newline at end of file
+</Project>