Could not load file or assembly 'System.Runtime, Version=6.0.0.0' or one of its dependencies

Viewed 54

I am installing the following packages for a single sign-on in an ASP .NET project:

Microsoft.Owin.Security.OpenIdConnect
Microsoft.Owin.Security.Cookies
Microsoft.Owin.Host.SystemWeb

They install correctly but when I try to run the project I get the following error: Could not load file or assembly 'System.Runtime, Version=6.0.0.0' or one of its dependencies ERROR TRIGGERED

I am using ASP .NET Framework 4.5, does anyone know how I can fix it?

0 Answers
Related