Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust HybridCache dependency #344

Merged

Conversation

bdukes
Copy link

@bdukes bdukes commented Dec 12, 2024

I was in the process of replacing the pre-release HybridCache implementation with FusionCache's preview ZiggyCreatures.FusionCache.MicrosoftHybridCache package and noticed that there were still references to the Microsoft.Extensions.Caching.Hybrid package in my packages.lock.json files. After adjusting FusionCache's reference, it still builds without issue, so I thought it made sense to only reference the HybridCache abstract base class from the stable Microsoft.Extensions.Caching.Abstractions 9.0.0 package.

Hope it helps!

@bdukes bdukes changed the base branch from main to release/v2_0_0 December 12, 2024 20:04
Copy link
Collaborator

@jodydonetti jodydonetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jodydonetti jodydonetti merged commit 6bc2785 into ZiggyCreatures:release/v2_0_0 Dec 13, 2024
@jodydonetti
Copy link
Collaborator

Hi @bdukes , you're totally right, it has been spotted by others too.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants