'Generate Packages.Props for solution ( central management of NuGet package versions within your solution )

Does any utility exist, which generates packages.props from the list of installed NuGet packages for that solution. Is the only option to add manually these references ?

<Project>
    <ItemGroup>
        <PackageReference Update="HtmlAgilityPack" Version="1.11.24" />
...


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source