cnblogs / EnyimMemcachedCore

.NET Memcached client. Available on https://www.nuget.org/packages/EnyimMemcachedCore
Apache License 2.0
162 stars 45 forks source link

Is it possible to decouple from Microsoft.* packages? #125

Open AlexanderButs opened 5 years ago

AlexanderButs commented 5 years ago

Hey.

Is it possible to do this? Classic library is autonomous and I don't need any other 3rd party libraries to use Enyim.Caching. It's a good practice to have separated libraries to integrate with AspNetCore etc. What do you think?

Thanks.