abuzaforfagun / Invoice.Microservices.ThirdPartyAPIIntegration

Scaleable fault tolerance microservices to communicate third party API
9 stars 3 forks source link

Remove DLL reference of Microsoft.Extensions.Caching.Abstractions from InvoiceReader.Application project #6

Closed abuzaforfagun closed 2 years ago

abuzaforfagun commented 2 years ago

During the development, Microsoft.Extensions.Caching.Abstractions DLL reference was added from my local development machine.

We need to remove that local reference and add the package reference there.