While it is possible to read a nupkg file with new ZipPackage("local/path//to/my/nupkgfile"). ZipPackage is a class in the NuGet.Core nuget package.
I would like to know if there is another class in this library that allows me to read the nuspec xml file.
What would be the best way to do this?