-2

I was just reviewing my project's dependencies, and I remembered something I did a while ago.

When I first included the Validation Feature, i browsed servicestack's source, and since it was at ServiceInterface.dll and that wasn't at nuget, I just compiled it manually, and manually included the library. However I want to include it through nuget.

Am I missing something here?

Thanks (using 3.9.71)

4

1 回答 1

1

ServiceStack.ServiceInterface.dll一直包含在ServiceStack v3 NuGet 包中,您可以使用NuGet 包资源管理器检查 NuGet 包的内容:

在此处输入图像描述

于 2014-02-17T00:26:55.110 回答