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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-29 19:14:54 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-29 19:43:36 +0300
commit179f3fecf06485e24b321d28966b3707bfa14a03 (patch)
tree82546a8eeb3e77252c292cdfa4a5a0ed82ef9916 /build
parentd0b7a0bbe0b9ef89549ecaaa1ab5fe18ca38ae15 (diff)
Move Http types into Xamarin.* assemblies
Diffstat (limited to 'build')
-rw-r--r--build/monotouch/Makefile8
-rw-r--r--build/monotouch/Xamarin.Mac.dllbin36864 -> 37376 bytes
-rw-r--r--build/monotouch/Xamarin.TVOS.dllbin153088 -> 154112 bytes
-rw-r--r--build/monotouch/Xamarin.WatchOS.dllbin147456 -> 148480 bytes
-rw-r--r--build/monotouch/Xamarin.iOS.dllbin153088 -> 154112 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/build/monotouch/Makefile b/build/monotouch/Makefile
index c917b99..e8d29fd 100644
--- a/build/monotouch/Makefile
+++ b/build/monotouch/Makefile
@@ -16,10 +16,10 @@ System.Net.Http_REFS := mscorlib System
System.Numerics_REFS := mscorlib
System_REFS := mscorlib bare/System.Xml
System.Xml_REFS := mscorlib System
-Xamarin.iOS_REFS := mscorlib System
-Xamarin.TVOS_REFS := mscorlib System
-Xamarin.WatchOS_REFS := mscorlib System
-Xamarin.Mac_REFS := mscorlib
+Xamarin.iOS_REFS := mscorlib System System.Net.Http
+Xamarin.TVOS_REFS := mscorlib System System.Net.Http
+Xamarin.WatchOS_REFS := mscorlib System System.Net.Http
+Xamarin.Mac_REFS := mscorlib System.Net.Http
OpenTK-1.0_REFS := mscorlib
OpenTK_REFS := mscorlib
diff --git a/build/monotouch/Xamarin.Mac.dll b/build/monotouch/Xamarin.Mac.dll
index b2fbff7..e6107c2 100644
--- a/build/monotouch/Xamarin.Mac.dll
+++ b/build/monotouch/Xamarin.Mac.dll
Binary files differ
diff --git a/build/monotouch/Xamarin.TVOS.dll b/build/monotouch/Xamarin.TVOS.dll
index 6e4fdfc..2efc1ea 100644
--- a/build/monotouch/Xamarin.TVOS.dll
+++ b/build/monotouch/Xamarin.TVOS.dll
Binary files differ
diff --git a/build/monotouch/Xamarin.WatchOS.dll b/build/monotouch/Xamarin.WatchOS.dll
index ddeae75..4125684 100644
--- a/build/monotouch/Xamarin.WatchOS.dll
+++ b/build/monotouch/Xamarin.WatchOS.dll
Binary files differ
diff --git a/build/monotouch/Xamarin.iOS.dll b/build/monotouch/Xamarin.iOS.dll
index 6ae8059..15aa5fd 100644
--- a/build/monotouch/Xamarin.iOS.dll
+++ b/build/monotouch/Xamarin.iOS.dll
Binary files differ