AArnott / Xunit.Combinatorial

Adds combinatorial and pairwise testing capability to Xunit tests
Other
180 stars 16 forks source link

target net45 #11

Closed cmeeren closed 7 years ago

cmeeren commented 7 years ago

Fixes #10.

All tests passed. I also created a local nuget package and installed it into a .NET Framework (4.7) project. It installed sucessfully without needing any dependencies, and everything works fine.

cmeeren commented 7 years ago

If things don't immediately work for you, try clean/rebuild, unload/reload projects, or uninstall/reinstall dependencies. VS2017 didn't want to play nice until I did the latter (perhaps I could also just have restarted VS).

AArnott commented 7 years ago

Thanks for your contribution. This change doesn't get dotnet test to work for net45 projects. So I've prepared a more comprehensive change that I'll merge shortly.