Edit

Share via


NuGet 7.4 Release Notes

NuGet distribution vehicles:

NuGet version Available in Visual Studio version Available in .NET SDK(s)
7.4.0 Visual Studio 2026 version 18.4.0 N/A
7.4.1 Visual Studio 2026 version 18.4.4 N/A

Summary: What's New in 7.4.1

  • Security Advisory | Defense in Depth update for NuGet Client - 14857

List of commits in this release

Summary: What's New in 7.4.0

Issues fixed in this release

  • Ensure PM UI refreshes when audit sources are updated - #14688

  • NU1701 Warning Not Suppressed by NoWarn="NU1701" on PackageReference (dotnet restore / build) - #14756

List of commits in this release

Community contributions

Thank you to all the contributors who helped make this NuGet release awesome!

  • nareshjo
    • 7083 Reduce List resize allocations in PopulateItemGroups hot path
    • 7056 Avoid LineInfoAnnotation allocations in MetadataFieldConverter JSON parsing
    • 7050 Reduce allocation in GetNuGetProjects by providing capacity for List
    • 7037 Reduce allocation in GetContentFileGroup by providing accurate capacity for List
    • 7035 Reduce allocation in DownloadTimeoutStream.ReadAsync caused by avoida…
    • 7026 Fix list capacity calculation in GetGraphItemAsync that is leading to allocations