Skip to content

Remove references to System.Net.Http and System.Text.RegularExpressions#5271

Open
eugeneogongo wants to merge 1 commit intoAzure:mainfrom
eugeneogongo:master
Open

Remove references to System.Net.Http and System.Text.RegularExpressions#5271
eugeneogongo wants to merge 1 commit intoAzure:mainfrom
eugeneogongo:master

Conversation

@eugeneogongo
Copy link
Copy Markdown

@eugeneogongo eugeneogongo commented Jul 4, 2025

Pull Request Template

Description

Remove references to System.Net.Http and System.Text.RegularExpressions

This PR removes direct references to System.Net.Http and System.Text.RegularExpressions packages. These packages originated from .NET Core 1.x and have been included in the shared framework since .NET Core 2.0.

As all supported .NET platforms are compatible with .NET Standard 2.0 or higher, these packages are no longer necessary. Their functionality is already available via the target framework’s built-in reference assemblies.

This cleanup helps simplify the project dependencies and avoids unnecessary package resolution during builds.

Read More

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #5216

@eugeneogongo
Copy link
Copy Markdown
Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Commenter does not have sufficient privileges for PR 5271 in repo Azure/azure-cosmos-dotnet-v3

@NaluTripician
Copy link
Copy Markdown
Contributor

Hi @eugeneogongo, thank you for the contribution! This PR has been idle for ~274 days. Is this change still needed on your side? Flagging for SDK-team triage as part of an open-PR cleanup pass — we'd like to give you a clear yes/no rather than let it sit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove references to System.Net.Http and System.Text.RegularExpressions

2 participants