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