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