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