I was using IntrospectionClient and TokenClient from the IdentityModel v3.6.1.
But when I upgraded the project from .Net 4.7.1 to 4.7.2 I got build errors:
"Error CS0012 The type 'HttpMessageHandler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
The project is already referencing "System.Net.Http" v4.3.3
Does anyone have an idea wat has changed and what I can do to solve this problem?