dotnet / dotnet/project-system

Simplify Multi-Targting

Open
#164 4 comments 0 reactions 0 assignees View on GitHub
Triage-Approved
Dominant language
C#
Stars
1k
Forks
415
PR merge metrics
No merged PRs in 30d

Description

Currently (VS2015 Update 2 with .NET Core RC2 Tools Preview 1) targeting more than one framework is hard.
- You have to manually find the version of the dependency that works on that framework.
- You have to manually make sure you have access to the same types, even though they may be different dependencies between frameworks.
- When a type is available in one framework but not the other you have to find what dependency you have to add to make it available in the other (though https://packagesearch.azurewebsites.net/ helps with that)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.