File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ and the reader is familiar with [the basics](/getstarted.html).
25
25
26
26
Key sections of the guide are:
27
27
28
+ * [ Dependencies] ( #dependencies )
28
29
* [ Important interfaces and classes] ( #major-api-elements ) in the public API
29
30
* [ Connecting to RabbitMQ] ( #connecting )
30
31
* [ Connection and Channel Lifespan] ( #connection-and-channel-lifspan )
@@ -51,6 +52,18 @@ This means that the user can consider the library to be licensed under any of th
51
52
For example, the user may choose the Apache Public License 2.0 and include this client into
52
53
a commercial product.
53
54
55
+ ### <a id =" dependencies " class =" anchor " href =" #dependencies " >Dependencies</a >
56
+
57
+ The clients has a couple of dependencies:
58
+
59
+ * [ ` System.Memory ` ] ( https://www.nuget.org/packages/System.Memory/ ) 4.5.x
60
+ * [ ` System.Threading.Channels ` ] ( https://www.nuget.org/packages/System.Threading.Channels/ ) 4.7.x
61
+
62
+ Applications that use different versions os the same dependencies
63
+ should use [ assembly version redirection] ( https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions ) ,
64
+ [ automatic] ( https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/how-to-enable-and-disable-automatic-binding-redirection ) or
65
+ explicit.
66
+
54
67
55
68
## <a id =" major-api-elements " class =" anchor " href =" #major-api-elements " >Major namespaces, interfaces and classes</a >
56
69
You can’t perform that action at this time.
0 commit comments