gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.94k stars 549 forks source link

Upgrade Mediatr library #72

Closed delunix closed 5 years ago

delunix commented 5 years ago

Hi there!

I've created a couple of changes related to Mediatr library. The new version of Mediart doesn't accept the empty constructor. I have added a parameter to Mediatr dependency call inside the ConfigureServices method.

Just let me know if I need to revise something. Thanks!

adamhathcock commented 5 years ago

Thanks!