-
Notifications
You must be signed in to change notification settings - Fork 183
[BUG] Dependency chain issues for .net 6 #416
Copy link
Copy link
Closed
Description
Describe the bug
Dependency chain issues
To Reproduce
using a .net 6.0 project upgrade to ZiggyCreatures.FusionCache 2.1.0
this package shows dependencies as:
.NET 6.0
Microsoft.Extensions.Caching.Memory ≥ 9.0.0
System.Collections.Immutable ≥ 9.0.0
Compile
Warning : System.Collections.Immutable 9.0.0 doesn't support net6.0 and has not been tested with it.
Expected behavior
Should not have unsupported dependencies.
Versions
- FusionCache version 2.1.0
- .NET version 6.0
- OS version MacOs 15.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request