I want to delete the object from akavache like this
BlobCache.LocalMachine.Invalidate("key");
But the compiler got me the error warning "The type 'Unit' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'" and it makes me can not compile it
I got no idea how to fix this. I am already trying akavache 5.0.0 and also akavache 4.1.2. I am trying search System.Reactive.Core and the minimum version in nuget is 3.0.0