Skip to content

How can you test multiple netstandard targets? #1938

@JamesNK

Description

@JamesNK

In Json.NET I have a netstandard1.0 and 1.3 targets. I want to test them individually.

My test project has a netcoreapp1.1 target that depends on the library and automatically pulls in netstandard1.3, allowing me to test that target.

How can I then test the netstandard1.0 target of Json.NET from the same test csproj?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions