Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Commit 706c043

Browse files
committed
Add System.Reflection.TypeExtensions dependency to TestHost
This fixes a build error related to missing 'BindingFlags' and 'GetMethod'
1 parent 761dc76 commit 706c043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.Dnx.TestHost/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@
4141
"dependencies": {
4242
"System.Console": "4.0.0-beta-*",
4343
"System.Diagnostics.Process": "4.1.0-beta-*",
44-
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
4544
"System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-*",
45+
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
4646
"System.Net.Primitives": "4.0.11-beta-*",
4747
"System.Net.Sockets": "4.1.0-beta-*",
4848
"System.Reflection.Extensions": "4.0.1-beta-*",
49+
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
4950
"System.Threading.Thread": "4.0.0-beta-*"
5051
}
5152
}

0 commit comments

Comments
 (0)