【问题标题】:Is it possible to use multiple sets of version ranges in NuGet .nuspec files?是否可以在 NuGet .nuspec 文件中使用多组版本范围?
【发布时间】:2014-02-21 18:02:14
【问题描述】:

在 NuGet .nuspec 文件中指定版本范围是 supported

但是,我不知道是否可以有多组逗号分隔的版本范围。

例如Maven Version Range Specification 允许使用以下语法:

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

使用 NuGet .nuspec 文件时是否可以定义上述内容?

【问题讨论】:

    标签: nuget nuget-package nuget-spec


    【解决方案1】:

    不,这对于 NuGet 是不可能的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-12-02
      • 1970-01-01
      • 1970-01-01
      • 2020-09-08
      • 2019-04-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多