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