Description
I manually downloaded the most up-to-date versions of the paket.bootstrapper.exe and Paket.Restore.targets files (namely, 5.215.0). After running restore, the Paket.Restore.targets file is changed to a different version than the one just downloaded.
Repro steps
- Download the latest versions of the
paket.bootstrapper.exe and Paket.Restore.targets files.
- Copy the files to the
.paket folder of the project.
- Rename
paket.bootstrapper.exe to paket.exe.
- In a command prompt, change into the project directory.
- Run
.paket\paket.exe restore.
Expected behavior
I'd expect the Paket.Restore.targets file to be unchaged from the downloaded version. Either the version posted to the GitHub release is incorrect or the version embedded within Paket is incorrect.
Description
I manually downloaded the most up-to-date versions of the
paket.bootstrapper.exeandPaket.Restore.targetsfiles (namely, 5.215.0). After runningrestore, thePaket.Restore.targetsfile is changed to a different version than the one just downloaded.Repro steps
paket.bootstrapper.exeandPaket.Restore.targetsfiles..paketfolder of the project.paket.bootstrapper.exetopaket.exe..paket\paket.exe restore.Expected behavior
I'd expect the
Paket.Restore.targetsfile to be unchaged from the downloaded version. Either the version posted to the GitHub release is incorrect or the version embedded within Paket is incorrect.