simplesoft-pt / Mediator

Small .NET library that helps with the implementation of mediator pattern for commands, events and queries
MIT License
41 stars 9 forks source link

Remove Microsoft.Bcl.Async from contracts NuGet #9

Closed gravity00 closed 7 years ago

gravity00 commented 7 years ago

The requirements for Microsoft.Bcl.Async for .NET 4.0 in the contracts project are very sparse and can be easily handled without it. Remove the dependency from SimpleSoft.Mediator.Abstractions and move it to SimpleSoft.Mediator.