Skip to content

chore: Removed unreferenced NuGet packages - #3359

Open
VaclavElias wants to merge 2 commits into
stride3d:masterfrom
VaclavElias:chore-remove-unused-2
Open

chore: Removed unreferenced NuGet packages#3359
VaclavElias wants to merge 2 commits into
stride3d:masterfrom
VaclavElias:chore-remove-unused-2

Conversation

@VaclavElias

Copy link
Copy Markdown
Contributor

PR Details

This PR removes unused NuGet package references to clean up dependency management.

  • Microsoft.NETCore.Platforms
  • System.Memory
  • System.ValueTuple
  • Microsoft.AspNet.WebApi.Client
  • Microsoft.Bcl.AsyncInterfaces
  • Microsoft.Bcl.HashCode

Direct PackageReference entries were removed where present; remaining usages (if any) are only transitive.

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • 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 change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

- Remove System.Memory, Microsoft.AspNet.WebApi.Client, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.HashCode
- Directory.Packages.props: removed System.ValueTuple and Microsoft.NETCore.Platforms
- Stride.Core.csproj: removed obsolete package references
- Stride.Engine.csproj: removed obsolete package references
@VaclavElias VaclavElias added area-Build dependencies Pull requests that update a dependency file labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Build dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants