Skip to content

Commit aad1f2e

Browse files
committed
disable signing FoundationDB.Client.csproj on non-win
problem: dotnet core doesn't support assembly sining outside of windows solution was taken from: ppekrol/ravendb@20931dd
1 parent 76b974a commit aad1f2e

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)