How to install the .NET package FontAwesome5 from NuGet with the dotnet CLI
.Net
C#
NuGet
Visual Studio
FontAwesome5
Open a command line and switch to the directory that contains your project file. Use the following command to install a Nuget package.
dotnet add package FontAwesome5 --version 2.1.0