I want to configure packages.config to download the available highest version of a package. How can I do that?
Something like:
<package id="PackageName" version="Highest" ... />
I saw attr "allowedVersions", but it always download the version configured in "version" attr.