Is your feature request related to a problem? Please describe.
In my git repository I have a Directory.packages.props file at the root as per nuget central package management. I also have a bunch of local dotnet cli tools installed which are listed in ./.config/dotnet-tools.json along with their version. For this reason dependency upgrades are not a consistent experience: upgrades in visual studio pacakge manager, for example, require manually updating the file.
Describe the solution you'd like
It would be a nicer experience to integrate into central package management for version information for these packages instead of dotnet-tools.json file
Is your feature request related to a problem? Please describe.
In my git repository I have a
Directory.packages.props
file at the root as per nuget central package management. I also have a bunch of local dotnet cli tools installed which are listed in./.config/dotnet-tools.json
along with their version. For this reason dependency upgrades are not a consistent experience: upgrades in visual studio pacakge manager, for example, require manually updating the file.Describe the solution you'd like
It would be a nicer experience to integrate into central package management for version information for these packages instead of
dotnet-tools.json
file