Skip to content

Commit

Permalink
Update authenticode to use SHA256 cert for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed Aug 16, 2019
1 parent d6ce5a1 commit 822f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup Condition="'$(IsCIBuild)' == 'true' AND '$(IsSignBuild)' == 'true'">
<FilesToSign Include="$(OutputPath)\$(AssemblyName).dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down

0 comments on commit 822f927

Please sign in to comment.