Skip to content

Commit 3da1262

Browse files
committed
Remove InternalsVisibleTo
1 parent f30fa15 commit 3da1262

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@
2525
<Artifact Include="$(OutputPath)" DestinationFolder="@(InstanceName->'$(ArtifactsPath)%(Identity)\Transports\RabbitMQ')" />
2626
</ItemGroup>
2727

28-
<ItemGroup>
29-
<InternalsVisibleTo Include="ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests" Key="$(NServiceBusKey)"/>
30-
</ItemGroup>
31-
3228
</Project>

src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<SignAssembly>true</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\NServiceBus.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

0 commit comments

Comments
 (0)