MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.34k stars 457 forks source link

.net 2.1 #260

Closed stefana99 closed 5 years ago

stefana99 commented 5 years ago

Hi,

Will this work with 2.1?

MichaCo commented 5 years ago

I guess you mean .NET Core 2.1? All packages targeting netstandard1.x or 2.0 can be used in .NET Core 2.x projects of course.

see #221 for progress to update to .NETStandard 2.0 which will not "just" update all dependencies but also introduce a couple of changes.