dotnet / systemweb-adapters

MIT License
337 stars 59 forks source link

Upgrade System.Runtime.Caching to v8.0.0 #488

Closed twsouthwick closed 2 months ago

twsouthwick commented 7 months ago

We're currently still using v6.0.0. System.Runtime.Caching before v8.0.0 implicitly brought in System.Drawing.Common. This makes it so by using the adapters and not explicitly opting into v8.0.0+ developers will find they have access to System.Drawing.Common types. This is fine for windows deployments, but if someone wants to move to linux, they will not have the compile time checks to make sure they're not using unavailable types.