Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and remove unused runtime dependencies #6270

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

ViktorHofer
Copy link
Contributor

@ViktorHofer ViktorHofer commented Feb 14, 2025

Bug

Fixes: NuGet/Home#14106

Description

  • Update Microsoft.CSharp to 4.7.0 to avoid transitive netstandard1.x dependencies
  • For the same reason, update the Microsoft.Build version when building source-only.
  • Remove obsolete dependencies (that aren't necessary to target and which get flagged by NuGet's package pruning feature) from TestablePlugin.csproj and Directory.Packages.props

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.

- Update Microsoft.CSharp to 4.7.0 to avoid transitive netstandard1.x dependencies
- For the same reason, update the Microsoft.Build version when building source-only.
- Remove obsolete dependencies (that aren't necessary to target and which get flagged by NuGet's package pruning feature) from TestablePlugin.csproj and Directory.Packages.props
@ViktorHofer ViktorHofer requested a review from a team as a code owner February 14, 2025 18:33
@microsoft-github-policy-service microsoft-github-policy-service bot added the Community PRs created by someone not in the NuGet team label Feb 14, 2025
@nkolev92
Copy link
Member

/azp run NuGet.Client-PrivateDev

Copy link

No pipelines are associated with this pull request.

@ViktorHofer
Copy link
Contributor Author

@nkolev92 can this please get merged?

@nkolev92 nkolev92 enabled auto-merge (squash) February 20, 2025 22:28
@nkolev92 nkolev92 merged commit a1b403c into NuGet:dev Feb 20, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community PRs created by someone not in the NuGet team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid netstandard1.x dependencies when building source-only
2 participants