Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 493 Bytes

Geexbox.Common

NuGet Common

Geexbox.Common

Common abstractions and extensions used by Geexbox.* libs.

Getting Started

First Install the Geexbox.Common package from NuGet, either using powershell:

Install-Package Geexbox.Common

or using the .NET CLI:

dotnet add package Geexbox.Common