Skip to content

Specify which target framework you want to use from a dependency #477

@JamesNK

Description

@JamesNK

With project.json there is no way to specify the target framework you want to use from a dependency. It is automatically chosen for you. I would like a way to specify this manually.

For example I have MyLibrary that has netstandard1.0 and netstandard1.1 frameworks.

I want to be able to explicitly say which framework I use from MyLibrary in another project that will run unit tests. That way I can run tests against the netstandard1.0 assembly and netstandard1.1 assembly.

Metadata

Metadata

Assignees

Labels

Feature-Multi-TargetingTargeting and building for multiple frameworks.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions