Skip to content

Commit

Permalink
Merge pull request dotnet#11555 from mmitche/use-dotnet-cert
Browse files Browse the repository at this point in the history
Use dotnet certificate
  • Loading branch information
KevinRansom authored May 12, 2021
2 parents 408670c + dee9c2c commit 00c4671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="None" />
</ItemGroup>

<PropertyGroup>
<UseDotNetCertificate>true</UseDotNetCertificate>
</PropertyGroup>
</Project>

0 comments on commit 00c4671

Please sign in to comment.