Describe the bug
The nuget package ZiggyCreatures.FusionCache.MicrosoftHybridCache has a dependency on Microsoft.Extensions.Caching.Hybrid. However, the HybridCache abstraction is in the Microsoft.Extensions.Caching.Abstractions package. Do you really need to reference Microsoft.Extensions.Caching.Hybrid? If you use the Microsoft.Extensions.Caching.Abstractions package, you have the advantage of using a released and supported dependency.
Expected behavior
Reference Microsoft.Extensions.Caching.Abstractions instead of Microsoft.Extensions.Caching.Hybrid