Skip to content

Commit 4503b96

Browse files
Don't reference System.ServiceModel in the client
It no longer seems necessary with .NEt 4.0+ and makes it possible to use the client in SQL CLR (well, with a couple of small tweaks to follow).
1 parent 46476ba commit 4503b96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
<Reference Include="System.Xml" />
265265
<Reference Include="System.Xml.Linq" />
266266
<Reference Include="System.Configuration" />
267-
<Reference Include="System.ServiceModel" />
268267
</ItemGroup>
269268
<!-- Mono compatibility workarounds -->
270269
<PropertyGroup Condition=" '$(PropUsingMono)' == 'true'">

0 commit comments

Comments
 (0)