We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inside NuGet config we only verify the signature for Newtonsoft.JSON.
We should verify the signature also for:
because these packages are signed.
How to extract the author signature:
NuGet.exe verify -signatures microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg
The author signature is the SHA256 :
Signature type: Author Subject Name: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US SHA256 hash: 566A31882BE208BE4422F7CFD66ED09F5D4524A5994F50CCC8B05EC0528C1353
Do the same for each of the package and add an entry, moving the author name from the "repository" section to the "author" section.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inside NuGet config we only verify the signature for Newtonsoft.JSON.
We should verify the signature also for:
because these packages are signed.
How to extract the author signature:
The author signature is the SHA256 :
Do the same for each of the package and add an entry, moving the author name from the "repository" section to the "author" section.
The text was updated successfully, but these errors were encountered: