fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Project restore breaks using older versions (for instance 4.8.4) of paket.exe #153

Open ruhullahshah opened 7 years ago

ruhullahshah commented 7 years ago

Description

For project restore, the flag --references-file is used which is not supported in older versions and they use --references-files instead. This causes the project wise restore to break.

Suggested solutions

It would be nice to get views on the suggested solutions or any other alternate solutions.

forki commented 7 years ago

Add a compatibility layer to work with older version, at which version the change to the --references-file flag was made in Paket

could just be a try / catch ?!

ruhullahshah commented 7 years ago

Yup sure :D that would work as well