mkdir .paket
(in root folder)- Download paket.bootstrapper.exe into .paket folder
- update .gitignore to exclude paket.exe
# PAKET
paket.exe
-
cd .paket
-> runpaket.bootstrapper.exe
(to download paket.exe) -
To convert from NuGet to Paket:
$ .paket\paket.exe convert-from-nuget --log-file paket-converter.log -v
$ .paket\paket.exe simplify
- Finds all packages.config files
- Converts them to paket.references files
- Generates paket.dependencies file
- Computes paket.lock file
- Visual Studio package restore process will be converted
- Runs paket install