Help Center> ImageSearch> SDK Reference> Using the .NET SDK> Obtaining and Installing the .Net SDK
Updated on 2023-03-02 GMT+08:00

Obtaining and Installing the .Net SDK

You can install the .Net SDK using commands or Visual Studio.

Use .NET CLI to install the .Net SDK.
dotnet add package HuaweiCloud.SDK.Core 
dotnet add package HuaweiCloud.SDK.ImageSearch

Use Package Manager to install the .Net SDK.
Install-Package HuaweiCloud.SDK.Core 
Install-Package HuaweiCloud.SDK.ImageSearch

If you use Visual Studio, choose Tools > NuGet Package Manager > Manage NuGet Packages for Solution..., and search for and install HuaweiCloud.SDK.Core and HuaweiCloud.SDK.ImageSearch.