Microsoft.Extensions.DependencyInjection 2.0.0 add AddDistributedRedisCache failes with GetAsync
generik0 opened this issue · 1 comments
generik0 commented
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?
generik0 commented
Found update, with test again