NuGet.FW46 for Portable Deployments
Options
Can the AppData\Local\LINQPad\NuGet.FW46 folder be made portable?
I understand why it works this way but I would prefer to have a truly portable install.
My current solution is to cleanup (copy/move/delete) via scripts or not use nuget packages.
Thanks
Comments
-
-
Deleting the package is equivalent to deleting the folder in %localappdata%\LINQPad\NuGet.FW46. Does that answer your question?
-
Yes, thank you.