Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 557 Bytes

Geexbox.FrontendClient

NuGet Common

Geexbox.FrontendClient

Common abstractions and extensions used by Geexbox.* libs.

Getting Started

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

Install-Package Geexbox.FrontendClient

or using the .NET CLI:

dotnet add package Geexbox.FrontendClient