From 1e4274ed03e0f3a5d5b9b674066a889b25a1323c Mon Sep 17 00:00:00 2001 From: Josh Peterson Date: Fri, 30 Apr 2021 14:08:12 -0400 Subject: [PATCH] Add the Microsoft.CSharp.dll assembly back into the unityaot profile This assembly is in the old unityaot profile, we should have it in after the Mono upgrade. --- mcs/class/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index bddcc1be0d3f..02bd9f2a85f5 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -199,7 +199,7 @@ orbis_dirs_parallel := \ $(filter-out Microsoft.CSharp Mono.Data.Sqlite,$(mobile_common_dirs_parallel)) unityaot_dirs_parallel := \ - $(filter-out Microsoft.CSharp,$(mobile_common_dirs_parallel)) + $(mobile_common_dirs_parallel) xammac_4_5_dirs_parallel := \ Mono.Security \