Skip to content

Commit 7fb767c

Browse files
committed
Build the System.Data.DataSetExtensions assembly
The unityjit and unityaot profiles should have this assembly. It exists in the 2.0 profile for the old scripting runtime, and we don't see any need to remove it for the new scripting runtime. This corrects case 1071607 in Unity.
1 parent 4be3b7b commit 7fb767c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcs/class/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ net_4_x_parallel_dirs := \
345345
unityjit_dirs := \
346346
$(net_4_x_dirs) \
347347
System.ComponentModel.Composition.4.5 \
348+
System.Data.DataSetExtensions \
348349
I18N \
349350
$(pcl_facade_dirs)
350351

@@ -361,6 +362,7 @@ unityaot_dirs := \
361362
System.Xml.Serialization \
362363
System.Runtime.CompilerServices.Unsafe, $(mobile_common_dirs)) \
363364
System.Drawing \
365+
System.Data.DataSetExtensions \
364366
$(pcl_facade_dirs)
365367

366368
xbuild_2_0_dirs := \

0 commit comments

Comments
 (0)