Paket - how to install packages to project's local folder ?
paket install always place nugets to some global directory likeC:/Users/xxx/.nuget/packages/fsharp.data/3.3.3/lib/net45/FSharp.Data.dll
paket install
C:/Users/xxx/.nuget/packages/fsharp.data/3.3.3/lib/net45/FSharp.Data.dll
As per the paket documentation adding storage: packages to your paket.dependencies file should do it.
storage: packages
paket.dependencies
Copyright © 2021 Jogjafile Inc.
As per the paket documentation adding
storage: packagesto yourpaket.dependenciesfile should do it.