NuGet 6.9 is included in Visual Studio 2022 and .NET 8.0 out of the box. You can also download NuGet 6.9 for Windows, macOS, and Linux as a standalone executable.
In NuGet 6.9, we introduce some exciting new features and bug fixes, such as an improved multi-targeting experience in Visual Studio and support for the ‘dotnet search’ command. For more information, and a detailed list of all changes, see our release notes.
NuGet 6.9 Highlights
Support for dotnet search command
Starting with NuGet 6.9, you can now use the dotnet package search command for nuget.exe CLI experience to search one or more package sources for packages that match a search term. If no sources are specified, all sources defined in the nuget.config will be used. In addition, all available versions for a package can be listed. The command format is ‘dotnet package search [search term] [options]’.
For example, the screenshot below shows the phrase “json” is searched across all sources present in the nuget.config file.
Various different ‘options’ are available to help narrow down your search, including ‘–take’ and ‘–skip’. The screenshot below shows the phrase “json” is searched across the sources that are present in the config file. The pagination here allows the user to skip the first package and render only two packages.
By using the “–source” option, you will be able to specify the desired source of the search operation.
You can also limit available versions of a package by using the ‘–exact-match’ option, shown below.
Finally, you can also utilize the ‘–verbosity’ and ‘–format’ options to customize the output rendering.
Visual Studio UI Multitargeting Experience
In NuGet 6.9, we have made further improvements in managing packages for multitargeted projects in Visual Studio. When you have a multitargeted project, and a package is installed conditionally in every framework (for example, with different versions), conditional update will now update all conditions. Additionally, conditionally installed packages can now be uninstalled from within Visual Studio.
Closing
NuGet 6.9 comes with some exciting new features and bug fixes that will continue to improve your experience managing packages in your .NET projects!
On behalf of the NuGet team and the entire .NET community, we’d like to express our sincere gratitude to all the community contributors who have generously given their time and expertise to improve NuGet this release. Thank you.
For more details on NuGet 6.9, see our official release notes.
Feedback
Your feedback is important to us. If there are any problems with this release, check our GitHub Issues and Visual Studio Developer Community for existing issues. For new issues within NuGet, please report a GitHub Issue. For general NuGet experience issues, let us know via the Report a Problem option found in your favorite IDE under Help > Report a Problem.





This new feature, “Allow floating versions with Central Package Management (CPM)” deserves a honorable mention.
nice
The link to the release notes don’t work (need authentication). Maybe the correct link is :
https://learn.microsoft.com/en-us/nuget/release-notes/nuget-6.9
So many bug fixed, thank for your work.