The listing for my NuGet package SoftCircuits.CsvParser shows it supports .NET 5.0 and .NET Standard 2.0.
But when I look at the dependencies, it shows it supports .NET 6.0 as well.
Can anyone tell me why .NET 6.0 doesn't show up under the title? I have all three versions specified in my project file.
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
What am I missing for .NET 6.0 to show up under the main heading?