2023-01-10 04:57:58 +03:00
|
|
|
<Project>
|
2018-12-14 21:49:05 +03:00
|
|
|
|
2018-12-02 03:25:55 +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" />
|
2021-07-27 21:52:36 +03:00
|
|
|
<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" />
|
2024-06-12 03:01:39 +03:00
|
|
|
<FileSignInfo Include="Humanizer.dll" CertificateName="3PartySHA2" />
|
|
|
|
<FileSignInfo Include="ICSharpCode.Decompiler.dll" CertificateName="3PartySHA2" />
|
2018-12-02 03:25:55 +03:00
|
|
|
</ItemGroup>
|
2018-12-14 21:49:05 +03:00
|
|
|
|
2024-06-12 03:01:39 +03:00
|
|
|
</Project>
|