While looking at the latest available Traversal package on nuget.org, I noticed that the package contains empty dependency groups for net40 and netstandard2.0. While this is just for cosmetics, I wonder if we want to omit them instead by setting <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> in the project files.
Happy to submit a PR.
While looking at the latest available Traversal package on nuget.org, I noticed that the package contains empty dependency groups for
net40andnetstandard2.0. While this is just for cosmetics, I wonder if we want to omit them instead by setting<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>in the project files.Happy to submit a PR.