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:
Diffstat (limited to 'macdoc.csproj')
-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>