Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

target ns2.0 when ns1.x exists #1101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

target ns2.0 when ns1.x exists #1101

wants to merge 1 commit into from

Conversation

bruno-garcia
Copy link

The new Microsoft OSS library guidance recommends that when targeting .NET Standard 1.x, also add a .NET Standard 2.0 target.

✔️ DO include a netstandard2.0 target if you require a netstandard1.x target.
All platforms supporting .NET Standard 2.0 will use the netstandard2.0 target and benefit from having a smaller package graph while older platforms will still work and fall back to using the netstandard1.x target.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant