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