jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
327 stars 90 forks source link

Issue with the example. #26

Closed saviour123 closed 5 years ago

saviour123 commented 6 years ago

This line on the example is not working. this is the error ->

this line ->  IServiceCollection services = new ServiceCollection();
The type or namespace name 'ServiceCollection' could not be found