Bug Bounties

How to add mediatr in .NET 6?

In .NET Core, we can add it in `ConfigureServices` method services.AddMediatR(typeof(Startup)); But in .NET 6, there is only `Program.cs`. How to add mediatr in .NET 6? Tried with this code but got build error [![enter image description here][1]][1] [1]: https://i.stack.imgur.com/N1u4D.png