Skip to content

chore(deps): remove Microsoft.Extensions.Hosting package references#37

Merged
vmelamed merged 1 commit into
mainfrom
chore/updDependencies
May 19, 2026
Merged

chore(deps): remove Microsoft.Extensions.Hosting package references#37
vmelamed merged 1 commit into
mainfrom
chore/updDependencies

Conversation

@vmelamed
Copy link
Copy Markdown
Owner

Summary

Commits

  • chore(deps): remove Microsoft.Extensions.Hosting package references

Checklist

  • Commit messages follow Conventional Commits format
  • Tests pass locally, and cover new code and edge cases. Test coverage is above 80%.
  • It is not expected that the performance will degrade by more than 20%
  • Documentation is updated if necessary

Copilot AI review requested due to automatic review settings May 19, 2026 01:12
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the unused Microsoft.Extensions.Hosting dependency from the shared package configuration and updates the TestUtilities lock file accordingly.

Changes:

  • Removed the shared Microsoft.Extensions.Hosting package reference.
  • Removed the central package version entry for Microsoft.Extensions.Hosting.
  • Updated src/TestUtilities/packages.lock.json to drop the direct package and its now-unused transitive dependencies.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
Directory.Build.props Removes Microsoft.Extensions.Hosting from common package references.
Directory.Packages.props Removes the central version entry for Microsoft.Extensions.Hosting.
src/TestUtilities/packages.lock.json Updates locked dependencies after removing hosting.

@vmelamed vmelamed merged commit 7e76034 into main May 19, 2026
21 checks passed
@vmelamed vmelamed deleted the chore/updDependencies branch May 19, 2026 02:03
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.

2 participants