PowerShell/test/csharp
Andrew Schwartzmeyer 9f2ce63267 Fix xUnit tests for netstandardapp1.5
With the switch to `netstandardapp1.5` framework for the host, the xUnit
test runner broke. For `dotnet test` to work with the .NET Core xUnit
runner, it must continue to target `dnxcore50`. Fortunately, we can
import our project's framework, and make everything work again.

Also improved the `xunit.sh` script to check for dependencies.
2016-02-19 14:40:17 -08:00
..
project.json Fix xUnit tests for netstandardapp1.5 2016-02-19 14:40:17 -08:00
test_Binders.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_CorePsExtensions.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_CorePsPlatform.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_ExtensionMethods.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_FileSystemProvider.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_MshSnapinInfo.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_PSVersionInfo.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_Runspace.cs Use Linux.Host in xUnit tests 2016-02-17 17:03:59 -08:00
test_SecuritySupport.cs Reorganize tests 2016-01-14 17:00:06 -08:00
test_Utils.cs Reorganize tests 2016-01-14 17:00:06 -08:00