-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Darc-Update] Update dependencies from build 20181109.22 of https://g…
…ithub.com/dotnet/arcade (#2658) * Updating version files * Updating version files * Updating version files * Fixing 3rd party libraries.
- Loading branch information
1 parent
f2d60b4
commit 6d03d9a
Showing
5 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<Project> | ||
<ItemGroup> | ||
<!-- | ||
Suppresses code signing on this file because it causes a false-positive on SIGN001. | ||
--> | ||
<FileSignInfo Include="Microsoft.DotNet.Cli.Utils.resources.dll" CertificateName="None" /> | ||
</ItemGroup> | ||
|
||
<!-- | ||
These are third party libraries that we use in Arcade. We need to sign them even if they | ||
are already signed. However, they must be signed with a 3rd party certificate. | ||
--> | ||
<ItemGroup> | ||
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="CommandLine.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="FluentAssertions.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="FluentAssertions.Core.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="FluentAssertions.Json.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="Microsoft.3rdpartytools.MarkdownLog.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="xunit.performance.api.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="xunit.performance.core.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="xunit.performance.execution.dll" CertificateName="3PartySHA2" /> | ||
<FileSignInfo Include="xunit.performance.metrics.dll" CertificateName="3PartySHA2" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters