I don't think the package infrastructure supports ...
# package-development
s
I don't think the package infrastructure supports it directly, but you could make a dashboard for your package, with an uninstall function. Once you clean up your stuff, you can instruct the user to remove the NuGet package dependency. Or the cheeky way, just remove it from the csproj, if you can find it from the code.