sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 642 forks source link

target ns2.0 when ns1.x exists #1101

Open bruno-garcia opened 5 years ago

bruno-garcia commented 5 years ago

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.