FluentDocker icon indicating copy to clipboard operation
FluentDocker copied to clipboard

Drop .NET Standard 2.1 ?

Open 0xced opened this issue 3 years ago • 0 comments

The reason why you would multi-target .NET Standard 2.0 + .NET Standard 2.1 is to take advantage of APIs in .NET Standard 2.1 that are not available in .NET Standard 2.0. This is not the case for this project where all APIs used are compatible with .NET Standard 2.0. Adding a .NET Standard 2.1 target framework only makes the NuGet package grow in size without any other added benefit.

0xced avatar Nov 23 '21 23:11 0xced