I am creating Service Fabric application, when i try to create service instance listeners i have this error:
Only place where I have System.Runtime is in one of class libraries that are used by my Service Fabric Microservice.
<package id="System.Runtime" version="4.1.0" targetFramework="net461" />
There is nothing about System.Runtime in dependentAssembly in side of any App.config in my Solution.
Also I am confused why is error mentioning version 4.1.0.0 and version 4.0.0.0.