Skip to content

Commit 827e189

Browse files
authored
Merge pull request #78 from bitgn/no_sign
disable signing FoundationDB.Client.csproj on non-win
2 parents d34ee9d + 540a6ff commit 827e189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FoundationDB.Client/FoundationDB.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>FoundationDB.Client</RootNamespace>
66
<AssemblyName>FoundationDB.Client</AssemblyName>
7-
<SignAssembly>true</SignAssembly>
7+
<SignAssembly Condition="'$(OS)' == 'Windows_NT'">true</SignAssembly>
88
<AssemblyOriginatorKeyFile>..\Common\foundationdb-net-client.snk</AssemblyOriginatorKeyFile>
99
<Version>5.1.0-alpha1</Version>
1010
<Authors>Doxense</Authors>

0 commit comments

Comments
 (0)