aspnet/Caching

Microsoft.Extensions.DependencyInjection 2.0.0 add AddDistributedRedisCache failes with GetAsync

generik0 opened this issue · 1 comments

Hi

after updating to 2.0.0 in aspnetcore and Microsoft.Extensions.DependencyInjection the AddDistributedRedisCache
thows when used with aspnetcore project running on .net framework:

Message "Method 'GetAsync' in type 'Microsoft.Extensions.Caching.Redis.RedisCache' from assembly 'Microsoft.Extensions.Caching.Redis, Version=1.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation." string

If i downgrade aspnetcore nugets to v1.1.x again, no exception.

Is there and update comming for Microsoft.Extensions.Caching.Redis.RedisCache to support 2.0.0?

Found update, with test again