commit
436c725095
1 changed files with 5 additions and 1 deletions
|
@ -86,7 +86,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- External files -->
|
<!-- 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>
|
<CertificateName>$(ExternalCertificateId)</CertificateName>
|
||||||
</LayoutFilesToSign>
|
</LayoutFilesToSign>
|
||||||
<!-- Built binaries -->
|
<!-- Built binaries -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue