Skip to content

Commit

Permalink
Merge pull request #8390 from dotnet/joeloff/sign3rdparty
Browse files Browse the repository at this point in the history
Ensure 3rd party assemblies are signed
  • Loading branch information
joeloff committed Sep 3, 2020
2 parents 4a80fb6 + 1e456e2 commit 73c46fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/redist/targets/Signing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@

<ItemGroup>
<!-- External files -->
<LayoutFilesToSign Include="$(SdkOutputDirectory)**/Newtonsoft.Json.dll">
<LayoutFilesToSign Include="$(SdkOutputDirectory)**/Newtonsoft.Json.dll;
$(SdkOutputDirectory)**/MessagePack.Annotations.dll;
$(SdkOutputDirectory)**/MessagePack.dll;
$(SdkOutputDirectory)**/Nerdbank.Streams.dll;
$(SdkOutputDirectory)**/StreamJsonRpc.dll">
<CertificateName>$(ExternalCertificateId)</CertificateName>
</LayoutFilesToSign>
<!-- Built binaries -->
Expand Down

0 comments on commit 73c46fd

Please sign in to comment.