Skip to content

Enable .NET Standard 1.6 tests on non-Windows #2611

Closed
@jnm2

Description

@jnm2

This will require installing two versions of the .NET Core SDK on Travis which may not be straightforward.
We need both the latest 1.1.x (because our tests target netcoreapp1.1) and the latest 2.0.x. I don't expect any 1.6 tests to fail once #2609 is merged, but since we use preprocessor and a whole different set of BCL libraries, there's always the chance.

The alternative would be to stop targeting netcoreapp1.1 in any test projects, but that would leave us without a way to test the netstandard1.6 NUnit DLL unless we added additional test csproj files which target netcoreapp2.0 and reference the netstandard1.6 framework DLL directly rather than referencing it via the framework project reference.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions