Skip to content

Commit 23f2a18

Browse files
Signed assembly for deploy to Nuget
1 parent 00eac8f commit 23f2a18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CSharpHTTPClient/CSharpHTTPClient.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<PropertyGroup>
3636
<StartupObject />
3737
</PropertyGroup>
38+
<PropertyGroup>
39+
<SignAssembly>true</SignAssembly>
40+
</PropertyGroup>
41+
<PropertyGroup>
42+
<AssemblyOriginatorKeyFile>csharphttpclient.pfx</AssemblyOriginatorKeyFile>
43+
</PropertyGroup>
3844
<ItemGroup>
3945
<Reference Include="System" />
4046
<Reference Include="System.Core" />
@@ -56,6 +62,7 @@
5662
</ItemGroup>
5763
<ItemGroup>
5864
<None Include="App.config" />
65+
<None Include="csharphttpclient.pfx" />
5966
</ItemGroup>
6067
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6168
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)