Skip to content

Commit 5e07506

Browse files
committed
Remove System.Runtime.InteropServices from dependencies
1 parent c624283 commit 5e07506

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

projects/client/RabbitMQ.Client/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
"System.Net.Sockets": "4.1.0",
5151
"System.Reflection.Extensions": "4.0.1",
5252
"System.Runtime.Extensions": "4.1.0",
53-
"System.Runtime.InteropServices": "4.1.0",
5453
"System.Text.RegularExpressions": "4.1.0",
5554
"System.Threading": "4.0.11",
5655
"System.Threading.Thread": "4.0.0",
5756
"System.Threading.Timer": "4.0.1"
5857
}
5958
}
6059
}
61-
}
60+
}

projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
using System.Reflection;
4242
using System.Runtime.CompilerServices;
43-
using System.Runtime.InteropServices;
4443

4544
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
4645
[assembly: AssemblyDescription("See http://rabbitmq.com")]
@@ -51,9 +50,5 @@
5150
[assembly: AssemblyTrademark("")]
5251
[assembly: AssemblyCulture("")]
5352

54-
[assembly: ComVisible(true)]
55-
56-
[assembly: Guid("32a32ed8-c871-45ad-86b3-f50723a7434b")]
57-
5853
[assembly: AssemblyVersion("0.0.0.0")]
5954

0 commit comments

Comments
 (0)