I am looking for a way to list all NuGet libraries I have (manually) in ASP.Net Core 2.2.
I found a solution for .NET in general which involves parsing the packages.config
. When launching via IIS however, the executable is in a completely different directory, preventing me from easily accessing the file. Another option was to get all assemblies, but this includes System.*
assemblies and custom assemblies I do not want to display.
Aucun commentaire:
Enregistrer un commentaire