Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build script: Fix xUnit test run for .NET Core #553

Merged
merged 1 commit into from
Dec 15, 2017

Commits on Dec 15, 2017

  1. Build script: Fix xUnit test run for .NET Core

    Sadly, .NET Core tooling doesn't seem to be smart enough anymore to
    choose an appropriate .NET Core runtime host version itself when it is
    given `netcoreapp2.0` as the target platform. If we don't explicitly
    tell it which precise host version to use, it'll flat out refuse to
    execute code (the xUnit tests, in our case).
    
    Alternatively, I'm not smart enough to understand .NET Core. But I
    seem to remember that things used to just work not too long ago.
    
    See https://github.com/dotnet/cli/issues/7901.
    stakx committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    77a91d2 View commit details
    Browse the repository at this point in the history