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