Skip to content

Commit 493b5cc

Browse files
committed
adds strong-name signing
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 9d883ef commit 493b5cc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

RSocket.Core/RSocket.Core.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<AssemblyOriginatorKeyFile>RSocketStrongName.snk</AssemblyOriginatorKeyFile>
19+
</PropertyGroup>
20+
21+
<PropertyGroup>
22+
<SignAssembly>True</SignAssembly>
23+
</PropertyGroup>
24+
1725
<ItemGroup>
1826
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
1927
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />

RSocket.Core/RSocketStrongName.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)