Could not load file or assembly System.Runtime

Viewed 246

I am creating Service Fabric application, when i try to create service instance listeners i have this error: enter image description here

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.

0 Answers
Related