在 Paket 依赖组的示例中,通常有一个“main”和“test”组:
source https://api.nuget.org/v3/index.json
storage: none
framework: netcoreapp3.1, netstandard2.1
nuget FSharp.Core
nuget FParsec
group test
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
nuget FParsec
nuget xunit 2.4.1
nuget FsUnit.xUnit 3.8.0
为了在库代码和测试代码中都使用依赖项,我可以将它添加到两个组中。
但是有没有办法说“匹配nuget FParsec
测试中的版本和主要组”?