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