Could anyone direct me to the the correct version of EasyNetQ which will work with Unity 5.x (.Net 3.5) project?
I have a unity 5.x project which is targeted to the .Net framework 3.5 (Unity 3.5 .net subset base class libraries).
I need to use the RabbitMQ system with my project.
But when I try to refer to the EasyNetQ (a client library which uses the RabbitMQ.client library to communicate with RabbitMQ server) to the project via NuGet Package manager, I get an error that it is not compatible to the targeted 3.5 .Net platform.
I have tried adding different versions of EasyNetQ with no luck. I am thinking that the latest version build will not work with .Net 3.5 framework.