Skip to content

Commit 62b6153

Browse files
Travis Nickelsbording
authored andcommitted
Enable strong naming
1 parent cd701a2 commit 62b6153

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.reposync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
exclusions:
2-
- src/NServiceBus.snk
1+

src/NServiceBus.snk

596 Bytes
Binary file not shown.

src/ServiceControl.Transports.RabbitMQ/ServiceControl.Transports.RabbitMQ.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>true</SignAssembly>
6+
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
57
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
68
</PropertyGroup>
79

src/ServiceControl.Transports/ServiceControl.Transports.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>true</SignAssembly>
6+
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
57
</PropertyGroup>
68

79
<ItemGroup>

0 commit comments

Comments
 (0)