Skip to content

Commit 4f17c4e

Browse files
author
Mitchell Hwang
committed
[testing] Add more assemblies to depend on during linking of library tests
1 parent 06a4738 commit 4f17c4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eng/testing/ILLink.Descriptor.xunit.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
</type>
1010
<type fullname="Xunit.Sdk.FactDiscoverer" />
1111
</assembly>
12-
<assembly fullname="xunit.core">
13-
<namespace fullname="Xunit" />
12+
<assembly fullname="xunit.core"/>
13+
<assembly fullname="Microsoft.DotNet.XUnitExtensions"/>
14+
<assembly fullname="TestUtilities">
15+
<namespace fullname="System" />
1416
</assembly>
1517
</linker>

0 commit comments

Comments
 (0)