Skip to content

Commit 1d3960d

Browse files
committed
strong name signing
1 parent d7af9d3 commit 1d3960d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

PartialResponse.snk

596 Bytes
Binary file not shown.

src/PartialResponse.AspNetCore.Mvc.Formatters.Json/PartialResponse.AspNetCore.Mvc.Formatters.Json.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<VersionPrefix>2.0.0</VersionPrefix>
88
</PropertyGroup>
99

10+
<PropertyGroup>
11+
<AssemblyOriginatorKeyFile>../../PartialResponse.snk</AssemblyOriginatorKeyFile>
12+
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
13+
<SignAssembly>true</SignAssembly>
14+
</PropertyGroup>
15+
1016
<PropertyGroup>
1117
<Authors>Arjen Post</Authors>
1218
<Copyright>Copyright (c) Arjen Post</Copyright>

0 commit comments

Comments
 (0)