Frage

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?

War es hilfreich?

Lösung

No, this is not possible with NuGet.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top