We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d883ef commit 493b5ccCopy full SHA for 493b5cc
RSocket.Core/RSocket.Core.csproj
@@ -14,6 +14,14 @@
14
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15
</PropertyGroup>
16
17
+ <PropertyGroup>
18
+ <AssemblyOriginatorKeyFile>RSocketStrongName.snk</AssemblyOriginatorKeyFile>
19
+ </PropertyGroup>
20
+
21
22
+ <SignAssembly>True</SignAssembly>
23
24
25
<ItemGroup>
26
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
27
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />
RSocket.Core/RSocketStrongName.snk
596 Bytes
0 commit comments