I want to list all the nuget packages used in all the projects within a solution.I was going to search all the .csproj files to get the tags to list the nuget packages.
I was wondering if there is another simpler approach to list the packages used.
I want to list all the nuget packages used in all the projects within a solution.I was going to search all the .csproj files to get the tags to list the nuget packages.
I was wondering if there is another simpler approach to list the packages used.