Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

Make worker source compatible with .NET Core #41

Closed nguerrera closed 9 years ago

nguerrera commented 9 years ago

First step towards running tests on CoreCLR. This makes it so that the worker can successfully compile against .NET Core packages, but leaves the actual project targeting intact.

@Pilchie @jaredpar

jaredpar commented 9 years ago

:+1: