Skip to content

Commit

Permalink
Don't use PublicSign on non-Windows NT machines when building.
Browse files Browse the repository at this point in the history
Fixes issue #516
  • Loading branch information
jstedfast committed Nov 3, 2019
1 parent e106599 commit 977514f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MimeKit/MimeKit.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyOriginatorKeyFile>mimekit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
</PropertyGroup>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('netstandard2.')) ">
Expand Down
1 change: 0 additions & 1 deletion MimeKit/MimeKitLite.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyOriginatorKeyFile>mimekit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
</PropertyGroup>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('netstandard2.')) ">
Expand Down

0 comments on commit 977514f

Please sign in to comment.