سؤال

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?

هل كانت مفيدة؟

المحلول

No, this is not possible with NuGet.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top