I am facing an issue with version compatability of MimeKit.
I am using MailKit as well as
WireMock.Net packages in my project.
The latest version of
WireMock.Net is containing a package reference of MimeKitLite version 4.1.0.1
Also MailKit is having a reference of MimeKit version 4.12.1.0.
So that the upgraded version is causing the conflict with
WireMock.Net MimeKitLite package.
Can some one suggest the way to over come this issue.
Thanks In advance.
Vishnu