Browse Source

Use 3rd party cert for System.Reactive

Fixes: #88
pull/393/head
Ryan Nowak 6 years ago
parent
commit
cab21324df
  1. 2
      eng/Signing.props

2
eng/Signing.props

@ -24,6 +24,8 @@
<FileSignInfo Include="Serilog.Sinks.PeriodicBatching.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Serilog.Sinks.Seq.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Sln.dll" CertificateName="3PartySHA2" />
<!-- Despite the System. nomenclature, this is a non-MSFT .NET foundation project.-->
<FileSignInfo Include="System.Reactive.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="YamlDotNet.dll" CertificateName="3PartySHA2" />
</ItemGroup>

Loading…
Cancel
Save