Help Center> Image Recognition> SDK Reference> Using the .NET SDK> Obtaining and Installing the .Net SDK
Updated on 2022-12-07 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.Image

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

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.Image.