Skip to content

Commit 4df0e37

Browse files
authored
Merge pull request #22 from dotarj/feature-strong-name
strong name signing
2 parents d7af9d3 + 1d3960d commit 4df0e37

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)