Skip to content

Commit

Permalink
Use 3rd party cert for System.Reactive
Browse files Browse the repository at this point in the history
Fixes: dotnet#88
  • Loading branch information
rynowak authored and kishanAnem committed May 15, 2020
1 parent 63b4d1a commit 80f0416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 80f0416

Please sign in to comment.