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

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-13 20:59:21 +0300
committerGitHub <noreply@github.com>2019-03-13 20:59:21 +0300
commit9affe4813987b009022ab7b10e55f81f4a37344c (patch)
treeaf4ff8740c840079771476a73077563188584738
parent9f67042498c8a3bc28888c7765a93af9b3475329 (diff)
Workaround https://github.com/xamarin/xamarin-macios/issues/5760workaround-xm-mono-2019-02
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framework/GuiUnit_NET_4_5.csproj b/src/framework/GuiUnit_NET_4_5.csproj
index 6d61f80..1545512 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -64,6 +64,7 @@
<AssemblyOriginatorKeyFile>guiunit.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />