Skip to content

Commit fca6ddb

Browse files
authored
Add new 3rd party dependencies to Signing.props to fix official build (#8222)
1 parent 89aa9fc commit fca6ddb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Signing.props

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<FileSignInfo Include="Grpc.Net.Client.dll" CertificateName="3PartySHA2" />
2222
<FileSignInfo Include="Grpc.Net.ClientFactory.dll" CertificateName="3PartySHA2" />
2323
<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" />
2427
</ItemGroup>
2528

2629
<ItemGroup>

0 commit comments

Comments
 (0)