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:
authorJo Shields <joshield@microsoft.com>2019-03-29 21:03:06 +0300
committerJo Shields <joshield@microsoft.com>2019-03-29 21:03:06 +0300
commitece0f7cc26104e5e15e111a134775eade4cbda60 (patch)
treed72e4c355d3a00b773b5b58c01b423da4218acf9 /mcs/packages
parentfbc7da2a3f80f8262f45ee2a924ef5dc9f2571c4 (diff)
Add missing assemblies needed by Roslyn snapshot
Diffstat (limited to 'mcs/packages')
-rw-r--r--mcs/packages/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/packages/Makefile b/mcs/packages/Makefile
index 51cd0a162e5..8bd3645f500 100644
--- a/mcs/packages/Makefile
+++ b/mcs/packages/Makefile
@@ -19,7 +19,9 @@ 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 \
$(ROSLYN_CSC_DIR)/System.Memory.dll \
$(ROSLYN_CSC_DIR)/VBCSCompiler.exe \