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