Add Newtonsoft.Json.Bson to code signing configuration

This commit is contained in:
Nate McMaster 2018-11-05 17:14:07 -08:00
parent f8a1e14921
commit ddd07556e9
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<!-- Third-party components in Microsoft.AspNetCore.App which should be signed. -->
<!-- Microsoft.AspNetCore.App -->
<FilesToSign Include="Newtonsoft.Json.dll" Certificate="$(AssemblySigning3rdPartyCertName)" Container="Microsoft.AspNetCore.App" />
<FilesToSign Include="Newtonsoft.Json.Bson.dll" Certificate="$(AssemblySigning3rdPartyCertName)" Container="Microsoft.AspNetCore.App" />
<FilesToSign Include="Remotion.Linq.dll" Certificate="$(AssemblySigning3rdPartyCertName)" Container="Microsoft.AspNetCore.App" />
<FilesToSign Include="System.Interactive.Async.dll" Certificate="$(AssemblySigning3rdPartyCertName)" Container="Microsoft.AspNetCore.App" />