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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatelyn Gadd <kg@luminance.org>2019-04-04 21:21:20 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-18 09:21:31 +0300
commitb043647c4831983cd95ee8cc7f6a168755390bfd (patch)
tree55583e6c198c56a6b93442e672846a8dbf6ce935 /mcs/packages
parent93c45bae279f98b0c66349cab78a4f5d2ee83494 (diff)
Adjust roslyn mcs dll deploy list based on #13755. Keep Tasks.Extensions and Memory because their facades are only deployed on mobile.
Diffstat (limited to 'mcs/packages')
-rw-r--r--mcs/packages/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/packages/Makefile b/mcs/packages/Makefile
index 8bd3645f500..342cdc62df8 100644
--- a/mcs/packages/Makefile
+++ b/mcs/packages/Makefile
@@ -19,7 +19,6 @@ ROSLYN_FILES_FOR_MONO = \
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.dll \
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.Scripting.dll \
$(ROSLYN_CSC_DIR)/System.Collections.Immutable.dll \
- $(ROSLYN_CSC_DIR)/System.Numerics.Vectors.dll \
$(ROSLYN_CSC_DIR)/System.Reflection.Metadata.dll \
$(ROSLYN_CSC_DIR)/System.Runtime.CompilerServices.Unsafe.dll \
$(ROSLYN_CSC_DIR)/System.Threading.Tasks.Extensions.dll \