dotnet/systemweb-adapters

Upgrade System.Runtime.Caching to v8.0.0

twsouthwick opened this issue · 0 comments

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.