Question

Specifying version ranges in NuGet .nuspec files is supported.

However, I can't figure out if it's possible to have multiple sets of comma-separated version ranges.

e.g. Maven Version Range Specification allows this with the following syntax:

Range           Meaning
-------------   -------------------------------------------------------
(,1.0],[1.2,)   x <= 1.0 or x >= 1.2. Multiple sets are comma-separated

Is it possible to define the above when using NuGet .nuspec files?

Was it helpful?

Solution

No, this is not possible with NuGet.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top