Asp.net – Not getting StackExchangeRedisCacheClient class in new nuget library under PackageStackExchange.Redis.Extensions.Core
In ASP.NET on .NET 4.6.2, we have the class StackExchangeRedisCacheClient in the nuget package StackExchange.Redis.Extensions.Core. Now we're migrating the project to ASP.NET Core, but not getting the correct nuget package for this class. This is the code in ASP.NET on…