configcat / .net-sdk

ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/csharp
Other
29 stars 8 forks source link

Prevent System.Net.Http version conflicts #68

Closed adams85 closed 1 year ago

adams85 commented 1 year ago

Describe the purpose of your pull request

The library referenced a specific version of the System.Net.Http assembly (v4.3.4), which could cause version conflict issues in the case of net45 and net461 targets. This PR aims to solve this by changing the reference to the built-in version (v4.0.0), which is shipped as a part of the framework.

Requirement checklist (only if applicable)

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information