What is the best way to handle a specific version of libraries when using MonoDevelop (for sure - use ServiceStack v3 instead of ServiceStack v4)?
Unfortunately, MonoDevelop addin NuGet does not allow you to specify the package version (without the support of the package management console). I tried hacking it in the .csproj and package.config files, but it does not work completely, and it seems like this is a smelly solution.
One obvious solution is to get rid of NuGet libraries and libraries locally after manually loading them.
How would you solve this problem?
Thanks for all the reviews :)
source
share