Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit a5e0608

Browse files
author
Scott Bommarito
authored
Merge pull request #602 from NuGet/sb-microhotfix
Add Markdig.dll to ThirdPartyBinaries list (on master)
2 parents 217e3fb + 50888d7 commit a5e0608

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sign.thirdparty.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<ThirdPartyBinaries Include="Dapper.StrongName.dll" />
1313
<ThirdPartyBinaries Include="Elmah.dll" />
1414
<ThirdPartyBinaries Include="ICSharpCode.SharpZipLib.dll" />
15+
<ThirdPartyBinaries Include="Markdig.dll" />
1516
<ThirdPartyBinaries Include="MarkdownSharp.dll" />
1617
<ThirdPartyBinaries Include="Newtonsoft.Json.dll" />
1718
<ThirdPartyBinaries Include="Newtonsoft.Json.Schema.dll" />
@@ -32,4 +33,4 @@
3233
</ItemGroup>
3334
<Message Text="Files to sign:%0A@(FilesToSign, '%0A')" Importance="High" />
3435
</Target>
35-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)