It would be really useful to have the copyright information in the NuGet package for SBOM scanning tools to pick up. Copyright is in the Nuspec standard.
Should be sufficient to add <Copyright>Copyright (c) 2015 Vladimir Khorikov</Copyright> or similar to Common.Build.props. See Package metadata best practices.
It would be really useful to have the copyright information in the NuGet package for SBOM scanning tools to pick up. Copyright is in the Nuspec standard.
Should be sufficient to add
<Copyright>Copyright (c) 2015 Vladimir Khorikov</Copyright>or similar to Common.Build.props. See Package metadata best practices.