Skip to content

Commit ac56eea

Browse files
author
Sebastian Redl
committed
Fix mismerge of pull request rabbitmq#368.
1 parent 2746891 commit ac56eea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

projects/client/RabbitMQ.Client/src/client/impl/Connection.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,6 @@ public class Connection : IConnection
117117
.InformationalVersion;
118118
#endif
119119

120-
#if CORECLR
121-
private static string version = typeof(Connection).GetTypeInfo().Assembly
122-
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
123-
.InformationalVersion;
124-
#else
125-
private static string version = typeof(Connection).Assembly
126-
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
127-
.InformationalVersion;
128-
#endif
129-
130-
131120
// true if we haven't finished connection negotiation.
132121
// In this state socket exceptions are treated as fatal connection
133122
// errors, otherwise as read timeouts

0 commit comments

Comments
 (0)