我使用Nuget在3.9.7.0版本中安装ServiceStack.Text,ServiceStack.Client和ServiceStack.Common。
当尝试安装ServiceStack.Interfaces版本3.9.7.0时,它无法找到它。
如果我仍然需要3.9.7.0的特定版本,我该怎么办? 我更喜欢管理我所有的包裹,但是如果没有选择,我会使用不同的解决方案。
答案 0 :(得分:2)
在ServiceStack v3
中, ServiceStack.Interfaces.dll 维护在ServiceStack.Common NuGet包中,因此要从NuGet安装特定版本的ServiceStack.Interfaces,您可以指定你想要的版本:
Install-Package ServiceStack.Common -Version 3.9.70
有关其他NuGet说明,请参阅v3 installation docs。
答案 1 :(得分:1)
当发布v4 in this commit时,ServiceStack v3的ServiceStack.Interfaces库已重置为1.0.0.0
。
您可以在此处查看库的版本信息: https://github.com/ServiceStack/ServiceStack/blob/v3/src/ServiceStack.Interfaces/Properties/AssemblyInfo.cs