Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Update Signing.props
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Oct 31, 2019
1 parent 901bd50 commit df77420
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 @@ -193,6 +193,9 @@
<_MonoBinaryToExcludeFromSigning Include="System.Xml.XPath.XDocument.dll" />
<_MonoBinaryToExcludeFromSigning Include="System.Xml.XPath.XmlDocument.dll" />
<_MonoBinaryToExcludeFromSigning Include="System.Xml.Xsl.Primitives.dll" />
<_MonoBinaryToExcludeFromSigning Include="WebAssembly.Bindings.dll" />
<_MonoBinaryToExcludeFromSigning Include="WebAssembly.Net.Http.dll" />
<_MonoBinaryToExcludeFromSigning Include="WebAssembly.Net.WebSockets.dll" />

<FileSignInfo Include="@(_MonoBinaryToExcludeFromSigning)" CertificateName="None" />
<SignValidationExclusionList Include="@(_MonoBinaryToExcludeFromSigning)" />
Expand Down

0 comments on commit df77420

Please sign in to comment.