I know that I can use #r <pkg>
but without a directory to hold a project where should I install /keep the dependencies?
I mean, if I'm using F# I can dotnet add package <pkg>
from the project folder but with .fsx I was expecting to not have a "project folder", how to install packages then?