jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11.19k stars 1.18k forks source link

Make v9 works with MediatR.Contracts #764

Closed be4i closed 2 years ago

be4i commented 2 years ago

Hello,

My problem is that I share contracts in both .net 6 and .net 4.8 applications, and I am stuck at v9 because v10 doesn't work with .net 4.8. This will allow me to upgrade MediatR to v10 and higher in my .net 6 application.

jbogard commented 2 years ago

I don't support older versions, sorry.