Skip to content

Commit 9921019

Browse files
add CoreCLR System.Reflection
1 parent 33e350e commit 9921019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/PowerShellEditorServices.Test.Host/ServerTestsBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
using System.Collections.Concurrent;
1111
using System.Diagnostics;
1212
using System.IO;
13+
#if CoreCLR
14+
using System.Reflection;
15+
#endif
1316
using System.Text;
1417
using System.Threading;
1518
using System.Threading.Tasks;

0 commit comments

Comments
 (0)