How to install the package TopSdk.Standard from NuGet
.Net
C#
NuGet
TopSdk.Standard
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package TopSdk.Standard -Version 1.0.0
# .NET CLI
dotnet add package TopSdk.Standard --version 1.0.0
# PackageReference
<PackageReference Include="TopSdk.Standard" Version="1.0.0" />
# Paket CLI
paket add TopSdk.Standard --version 1.0.0