Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How configure packages.config to download the highest version

$
0
0

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.


Viewing all articles
Browse latest Browse all 3067

Trending Articles