Skip to content

[BUG] Dependency chain issues for .net 6 #416

@nick-randal

Description

@nick-randal

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions