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-02-28 06:35:43 +0300
committerMarek Safar <marek.safar@gmail.com>2019-02-28 19:12:56 +0300
commit6d090fd422c3117ac0bc5ddd39595ab2e6aa7216 (patch)
treeca26f2a7e070e46e5b15fd754ab4e31ac16e5e73 /build
parent9334822c5821368b30feda4d14fc71218004c2ec (diff)
Add types required for NSUrlSessionHandler in System.Net.Http to Xamarin.iOS/TVOS/WatchOS stubs
Diffstat (limited to 'build')
-rw-r--r--build/monotouch/Makefile6
-rw-r--r--build/monotouch/Xamarin.TVOS.dllbin4096 -> 158208 bytes
-rw-r--r--build/monotouch/Xamarin.WatchOS.dllbin4096 -> 153088 bytes
-rw-r--r--build/monotouch/Xamarin.iOS.dllbin31232 -> 158208 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/build/monotouch/Makefile b/build/monotouch/Makefile
index 02d42bc..c917b99 100644
--- a/build/monotouch/Makefile
+++ b/build/monotouch/Makefile
@@ -16,9 +16,9 @@ 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
-Xamarin.TVOS_REFS := mscorlib
-Xamarin.WatchOS_REFS := mscorlib
+Xamarin.iOS_REFS := mscorlib System
+Xamarin.TVOS_REFS := mscorlib System
+Xamarin.WatchOS_REFS := mscorlib System
Xamarin.Mac_REFS := mscorlib
OpenTK-1.0_REFS := mscorlib
OpenTK_REFS := mscorlib
diff --git a/build/monotouch/Xamarin.TVOS.dll b/build/monotouch/Xamarin.TVOS.dll
index d135c50..6c28feb 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 d676ef3..be623cb 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 01bd7fb..0dc7e5d 100644
--- a/build/monotouch/Xamarin.iOS.dll
+++ b/build/monotouch/Xamarin.iOS.dll
Binary files differ