File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
projects/client/RabbitMQ.Client Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 50
50
"System.Net.Sockets" : " 4.1.0" ,
51
51
"System.Reflection.Extensions" : " 4.0.1" ,
52
52
"System.Runtime.Extensions" : " 4.1.0" ,
53
- "System.Runtime.InteropServices" : " 4.1.0" ,
54
53
"System.Text.RegularExpressions" : " 4.1.0" ,
55
54
"System.Threading" : " 4.0.11" ,
56
55
"System.Threading.Thread" : " 4.0.0" ,
57
56
"System.Threading.Timer" : " 4.0.1"
58
57
}
59
58
}
60
59
}
61
- }
60
+ }
Original file line number Diff line number Diff line change 40
40
41
41
using System . Reflection ;
42
42
using System . Runtime . CompilerServices ;
43
- using System . Runtime . InteropServices ;
44
43
45
44
[ assembly: AssemblyTitle ( "RabbitMQ Client Library for .NET" ) ]
46
45
[ assembly: AssemblyDescription ( "See http://rabbitmq.com" ) ]
51
50
[ assembly: AssemblyTrademark ( "" ) ]
52
51
[ assembly: AssemblyCulture ( "" ) ]
53
52
54
- [ assembly: ComVisible ( true ) ]
55
-
56
- [ assembly: Guid ( "32a32ed8-c871-45ad-86b3-f50723a7434b" ) ]
57
-
58
53
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
59
54
You can’t perform that action at this time.
0 commit comments