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