You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
The type 'HttpClient' exists in both 'System.Net.Http, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' #402
I created a class library with framework 2.0, and have been getting this error when I try to use HttpClient.
Is there a way to force my project to use the framework 2.0 version instead of System.Net.Http or vice-versa?
I created a class library with framework 2.0, and have been getting this error when I try to use HttpClient.
Is there a way to force my project to use the framework 2.0 version instead of System.Net.Http or vice-versa?