We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa9fc commit fca6ddbCopy full SHA for fca6ddb
eng/Signing.props
@@ -21,6 +21,9 @@
21
<FileSignInfo Include="Grpc.Net.Client.dll" CertificateName="3PartySHA2" />
22
<FileSignInfo Include="Grpc.Net.ClientFactory.dll" CertificateName="3PartySHA2" />
23
<FileSignInfo Include="Grpc.Net.Common.dll" CertificateName="3PartySHA2" />
24
+ <FileSignInfo Include="MessagePack.dll" CertificateName="3PartySHA2" />
25
+ <FileSignInfo Include="MessagePack.Annotations.dll" CertificateName="3PartySHA2" />
26
+ <FileSignInfo Include="Spectre.Console.dll" CertificateName="3PartySHA2" />
27
</ItemGroup>
28
29
<ItemGroup>
0 commit comments