neon-sunset / fast-cache

The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.
https://www.nuget.org/packages/FastCache.Cached/
MIT License
88 stars 8 forks source link

Drop legacy and EOL targets and update project files #81

Closed neon-sunset closed 10 months ago

neon-sunset commented 10 months ago

This PR removes all TFMs that are older than net6.0.

The motivation behind this is that .NET non-framework ecosystem has become sufficiently mature and/or started to offer migration pathways from .NET Framework previously unavailable (e.g. CoreWCF) and supporting older targets like these no longer makes sense.

With that said, a servicing branch has been created from the current main on the occasion that there are bug reports from the users of the older targets. Should this happen - a servicing package with bugfix backport will be published to support these users.

coveralls commented 10 months ago

Coverage Status

coverage: 93.426% (-0.008%) from 93.434% when pulling 333ad18c3c52e3fd9c65ac164f63d2593f6345c3 on drop-legacy-targets into 7add44441c79442a7c1f8c26b9e17af411d1c301 on main.