The JsonPointer and JsonSchema packages, which are built automatically from their respective project files, don't get the right values for Authors and Owners, and they don't have a Title at all.
in the project files or in build.props. Now I will set it to $(AssemblyTitle).
Authors was actually fine.
But as far as Owners go -- the "dotnet pack" command apparently doesn't respect an property in the MSBuild file at all. It always sets Owners to Authors in the package. So there doesn't seem to be a way that a "dotnet pack" produced package can have distinct Owners and Authors. We want Authors=Microsoft, Owners=Microsoft,tse-securitytools, but there doesn't seem to be a way to accomplish that from "dotnet pack".
The JsonPointer and JsonSchema packages, which are built automatically from their respective project files, don't get the right values for Authors and Owners, and they don't have a Title at all.