Skip to content

Commit 96ec124

Browse files
committed
revert previous change and instead propogate signing back to servicecontrol.infrastructure
1 parent 42d01e7 commit 96ec124

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/ServiceControl.Configuration/ServiceControl.Configuration.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>

src/ServiceControl.Infrastructure/ServiceControl.Infrastructure.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>

src/ServiceControl.Transports/ServiceControl.Transports.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>true</SignAssembly>
56
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
67
</PropertyGroup>
78

0 commit comments

Comments
 (0)