.NET.NET Blog
NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports
Published on May 18, 2026By .NET Blog
Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults. The post NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports appeared first on .NET Blog.
Read the full article: https://devblogs.microsoft.com/dotnet/nuget-package-pruning-in-dotnet-10/
Source: .NET Blog