문제

Anybody knows if this is the latest free version of servicestack:

Nuget Command:

Install-Package ServiceStack -Version 3.9.71

Nuget Link

도움이 되었습니까?

해결책

Yes 3.9.71 is the latest BSD (OpenSource) version of ServiceStack. As per the v3 documentation you can install using:

Install-Package ServiceStack -Version 3.9.71

If you have NuGet 2.8+ you will need to use the -IgnoreDependencies flag too.

Install-Package ServiceStack -IgnoreDependencies -Version 3.9.71

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top