razor-tooling/eng/Signing.props

17 строки
733 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

<Project>
2018-12-14 21:49:05 +03:00
<!--
These are third party libraries that we use in this repo. We need to sign them even if they
are already signed. However, they must be signed with a 3rd party certificate.
-->
<ItemGroup>
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Nerdbank.Streams.dll" CertificateName="3PartySHA2" />
2023-08-28 19:10:25 +03:00
<FileSignInfo Include="MessagePack.Annotations.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="MessagePack.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Humanizer.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="ICSharpCode.Decompiler.dll" CertificateName="3PartySHA2" />
</ItemGroup>
2018-12-14 21:49:05 +03:00
</Project>