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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-30 02:25:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-30 03:14:06 +0300
commitf66bdbefae0101b9768d20deb57c9fdb09066fa7 (patch)
treeb94ae9de0b609f8d13d558d54da1fc99b9c051af /v4.5/Makefile
parent717ac1cefc826322769270497730c89c1cb1f8a4 (diff)
Remove facades that are not in .NET reference assemblies
Also remove ValueTuple that was inadvertently added.
Diffstat (limited to 'v4.5/Makefile')
-rw-r--r--v4.5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/v4.5/Makefile b/v4.5/Makefile
index 3f54b62..a071ba9 100644
--- a/v4.5/Makefile
+++ b/v4.5/Makefile
@@ -45,7 +45,7 @@ FACADE_ASSEMBLIES := Facades/System.Collections.Concurrent Facades/System.Net.Pr
Facades/System.Dynamic.Runtime Facades/System.Resources.ResourceManager Facades/System.Text.RegularExpressions \
Facades/System.Globalization Facades/System.Runtime.Extensions Facades/System.Threading.Tasks.Parallel \
Facades/System.IO Facades/System.Runtime.InteropServices.WindowsRuntime Facades/System.Threading.Tasks \
- Facades/System.Linq.Expressions Facades/System.Runtime.InteropServices Facades/System.Threading.Timer \
+ Facades/System.Linq.Expressions Facades/System.Runtime.InteropServices \
Facades/System.Linq.Parallel Facades/System.Runtime.Numerics Facades/System.Threading \
Facades/System.Linq.Queryable Facades/System.Runtime.Serialization.Json Facades/System.Xml.ReaderWriter \
Facades/System.Linq Facades/System.Runtime.Serialization.Primitives Facades/System.Xml.XDocument \
@@ -241,7 +241,6 @@ Facades/System.Text.Encoding_REFS := mscorlib
Facades/System.Text.RegularExpressions_REFS := mscorlib System
Facades/System.Threading.Tasks.Parallel_REFS := mscorlib
Facades/System.Threading.Tasks_REFS := mscorlib System.Core
-Facades/System.Threading.Timer_REFS := mscorlib
Facades/System.Threading_REFS := mscorlib System System.Core
Facades/System.Xml.ReaderWriter_REFS := mscorlib System.Xml
Facades/System.Xml.XDocument_REFS := mscorlib System.Xml.Linq