Skip to content

Commit e7d7221

Browse files
Update CSharpHTTPClient.csproj
1 parent 4450021 commit e7d7221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSharpHTTPClient/CSharpHTTPClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<StartupObject />
3838
</PropertyGroup>
3939
<PropertyGroup>
40-
<SignAssembly>true</SignAssembly>
40+
<SignAssembly Condition="Exists('$(AssemblyOriginatorKeyFile)')">true</SignAssembly>
4141
</PropertyGroup>
4242
<PropertyGroup>
4343
<AssemblyOriginatorKeyFile>csharphttpclient.pfx</AssemblyOriginatorKeyFile>
@@ -73,4 +73,4 @@
7373
<Target Name="AfterBuild">
7474
</Target>
7575
-->
76-
</Project>
76+
</Project>

0 commit comments

Comments
 (0)